diff options
Diffstat (limited to 'saltoqd/toqmanager.cpp')
| -rw-r--r-- | saltoqd/toqmanager.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/saltoqd/toqmanager.cpp b/saltoqd/toqmanager.cpp index ea93d2a..c8ba0e2 100644 --- a/saltoqd/toqmanager.cpp +++ b/saltoqd/toqmanager.cpp @@ -29,7 +29,8 @@ ToqManager::ToqManager(MDConfGroup *settings, QObject *parent) :  	_commManager(new CommManager(_settings, _storageManager, _contactsManager, this)),  	_voiceCallManager(new VoiceCallManager(this)),  	_weatherManager(new WeatherManager(_fmsManager, this)), -	_notificationManager(new NotificationManager(this)) +	_cardManager(new CardManager(_fmsManager, this)), +	_notificationManager(new NotificationManager(_cardManager, this))  {  	connect(_conn, &ToqConnection::messageReceived,  			this, &ToqManager::handleToqMessage); | 
