From 3ca9235ddb93b52730099164a0dc387f7a301280 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 12 May 2013 03:49:38 +0200 Subject: weather rendering in metawatchwatchlets --- testnotification/testnotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testnotification/testnotification.cpp') diff --git a/testnotification/testnotification.cpp b/testnotification/testnotification.cpp index d5fe985..fe1b30f 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 = 10000, low = 5000; + const int high = 60 * 1000, low = 30 * 1000; int rand = qrand() % ((high + 1) - low) + low; QTimer::singleShot(rand, this, SIGNAL(dismissed())); } -- cgit v1.2.3