Home
last modified time | relevance | path

Searched refs:mNotificationDebugging (Results 1 – 2 of 2) sorted by relevance

/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dnotificationsubscriber.cpp32 , mNotificationDebugging(false) in NotificationSubscriber()
63 if (mNotificationDebugging) { in ~NotificationSubscriber()
293 if (!mNotificationDebugging) { in modifySubscription()
294 mNotificationDebugging = true; in modifySubscription()
298 if (mNotificationDebugging) { in modifySubscription()
299 mNotificationDebugging = false; in modifySubscription()
H A Dnotificationsubscriber.h100 bool mNotificationDebugging; variable