Home
last modified time | relevance | path

Searched refs:notificationRefreshInterval (Results 1 – 8 of 8) sorted by relevance

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Dconfigfile.h75 …std::chrono::milliseconds notificationRefreshInterval(const QString &connection = QString()) const;
H A Dconfigfile.cpp487 chrono::milliseconds ConfigFile::notificationRefreshInterval(const QString &connection) const in notificationRefreshInterval() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dconfigfile.h74 …std::chrono::milliseconds notificationRefreshInterval(const QString &connection = QString()) const;
H A Dconfigfile.cpp552 chrono::milliseconds ConfigFile::notificationRefreshInterval(const QString &connection) const in notificationRefreshInterval() function in OCC::ConfigFile
/dports/deskutils/nextcloudclient/desktop-3.4.1/doc/
H A Dconffile.rst32 | ``notificationRefreshInterval`` | ``300000`` | Specifies the default interval of checking for …
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/docs/modules/ROOT/pages/advanced_usage/
H A Dconfiguration_file.adoc51 | `notificationRefreshInterval`
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Dsettingsdialog.cpp196 _activitySettings->setNotificationRefreshInterval(cfg.notificationRefreshInterval()); in SettingsDialog()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/tray/
H A Dusermodel.cpp146 setNotificationRefreshInterval(ConfigFile().notificationRefreshInterval()); in slotDisconnectPushNotifications()
836 _users.last()->setNotificationRefreshInterval(cfg.notificationRefreshInterval()); in addUser()