From 9e061170b3834845910749c55eda63f03d982bbf Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 3 May 2013 21:13:31 +0200 Subject: add a small status bar to metawatch watchlets --- testnotification/testnotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testnotification') diff --git a/testnotification/testnotification.cpp b/testnotification/testnotification.cpp index c07111f..d5fe985 100644 --- a/testnotification/testnotification.cpp +++ b/testnotification/testnotification.cpp @@ -8,7 +8,7 @@ TestNotification::TestNotification(Type type, const QString &title, const QStrin _time(QDateTime::currentDateTime()), _title(title), _body(body) { - const int high = 5000, low = 1000; + const int high = 10000, low = 5000; int rand = qrand() % ((high + 1) - low) + low; QTimer::singleShot(rand, this, SIGNAL(dismissed())); } -- cgit v1.2.3