Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
_notificationCheckTimer.start(interval.count());
}
+void User::slotRefreshImmediately() {
+ if (_account.data() && _account.data()->isConnected()) {
+ this->slotRefreshActivities();
+ }
+ this->slotRefreshNotifications();
+}
+
void User::slotRefresh()
{
// QElapsedTimer isn't actually constructed as invalid.
void slotRefreshNotifications();
void slotRefreshActivities();
void slotRefresh();
+ void slotRefreshImmediately();
void setNotificationRefreshInterval(std::chrono::milliseconds interval);
void slotRebuildNavigationAppList();