Home
last modified time | relevance | path

Searched refs:showSyncthingNotification (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/syncthingtray/syncthingtray/widgets/misc/
H A Ddbusstatusnotifier.h31 void showSyncthingNotification(CppUtilities::DateTime when, const QString &message);
77 inline void DBusStatusNotifier::showSyncthingNotification(CppUtilities::DateTime when, const QStrin… in showSyncthingNotification() function
/dports/deskutils/syncthingtray/syncthingtray/tray/gui/
H A Dtrayicon.cpp87 …ct(&connection, &SyncthingConnection::newNotification, this, &TrayIcon::showSyncthingNotification); in TrayIcon()
234 void TrayIcon::showSyncthingNotification(CppUtilities::DateTime when, const QString &message) in showSyncthingNotification() function in QtGui::TrayIcon
239 m_dbusNotifier.showSyncthingNotification(when, message); in showSyncthingNotification()
H A Dtrayicon.h38 void showSyncthingNotification(CppUtilities::DateTime when, const QString &message);
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/lib/
H A Dsyncthingapplet.cpp493 m_dbusNotifier.showSyncthingNotification(when, msg); in handleNewNotification()