Notifications: Lower hiding timeout

With the 4.5sec timeout, it was very easy to accidently hit the wrong notification
when the previous one dissapeared so late.
This commit is contained in:
Markus Goetz 2018-04-13 16:55:55 +02:00 committed by Roeland Jago Douma
parent 4e4ec48bbc
commit eb097cbffb
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -91,7 +91,7 @@ private slots:
void slotNotifyNetworkError(QNetworkReply *);
void slotNotifyServerFinished(const QString &reply, int replyCode);
void endNotificationRequest(NotificationWidget *widget, int replyCode);
void scheduleWidgetToRemove(NotificationWidget *widget, int milliseconds = 4500);
void scheduleWidgetToRemove(NotificationWidget *widget, int milliseconds = 100);
void slotCheckToCleanWidgets();
private: