summaryrefslogtreecommitdiff
path: root/testnotification
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
commit9e061170b3834845910749c55eda63f03d982bbf (patch)
tree0837bbdb63918eaf07333a81a98a21646d5ac3c6 /testnotification
parentfba422cb3999e5c1a35849891861faa24494bd50 (diff)
downloadsowatch-9e061170b3834845910749c55eda63f03d982bbf.tar.gz
sowatch-9e061170b3834845910749c55eda63f03d982bbf.zip
add a small status bar to metawatch watchlets
Diffstat (limited to 'testnotification')
-rw-r--r--testnotification/testnotification.cpp2
1 files changed, 1 insertions, 1 deletions
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()));
}