Rename notificationService to notificationNodeService to prevent mixing up with NotificationsService

feat/with_dbus-1-tqt
Emanoil Kotsev 3 years ago
parent 0d015243b3
commit 1eeb7a3c73

@ -49,7 +49,7 @@ NotificationDaemon::~NotificationDaemon()
// close D-Bus connection
close();
delete notificationService;
delete notificationNodeService;
delete freedesktopService;
delete orgService;
delete rootService;
@ -118,7 +118,7 @@ void NotificationDaemon::slotConnectionCheck() {
rootService = new RootNodeService(mConnection);
orgService = new OrgNodeService(mConnection);
freedesktopService = new FreeDesktopNodeService(mConnection);
notificationService = new NotificationsNodeService(mConnection);
notificationNodeService = new NotificationsNodeService(mConnection);
tqDebug("TDE Notification service setup done.");
}

@ -78,7 +78,7 @@ private:
RootNodeService *rootService;
OrgNodeService *orgService;
FreeDesktopNodeService *freedesktopService;
NotificationsNodeService *notificationService;
NotificationsNodeService *notificationNodeService;
TQT_DBusConnection mConnection;
int retryCount;

Loading…
Cancel
Save