mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 13:44:05 +02:00
strong type checking my arse
This commit is contained in:
parent
51bc3c51ca
commit
b303c6df8e
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void UserActivityLogger::wentTo(AddressManager::LookupTrigger lookupTrigger, QSt
|
|||
trigger = "StartupFromSettings";
|
||||
break;
|
||||
case AddressManager::Suggestions:
|
||||
trigger = "Suggesions";
|
||||
trigger = "Suggestions";
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue