From f61dfc6557303a8bba5301927f42e5b2a7ffcac6 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Jul 2013 13:50:28 +0200 Subject: add some notification support to liveview --- testnotification/testnotificationprovider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testnotification') diff --git a/testnotification/testnotificationprovider.cpp b/testnotification/testnotificationprovider.cpp index 1e9fcdc..49e49b1 100644 --- a/testnotification/testnotificationprovider.cpp +++ b/testnotification/testnotificationprovider.cpp @@ -10,7 +10,7 @@ TestNotificationProvider::TestNotificationProvider(QObject *parent) : NotificationProvider(parent), _timer(new QTimer(this)) { - const int initial_delay = 2000; + const int initial_delay = 4000; const int burst_num = 1; const int burst_delay = 500; const int extra_delay = 100 * 1000; -- cgit v1.2.3