[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kontaminuti] src: run QTimer for 60 seconds instead of 1
From:       "R.F. Pels" <rfpels () gmail ! com>
Date:       2011-09-30 21:52:09
Message-ID: 20110930215209.EE5D4A60B9 () git ! kde ! org
[Download RAW message or body]

Git commit 627494c9fd1c17a24797304d9c933e1e2f037fb4 by R.F. Pels.
Committed on 30/09/2011 at 22:40.
Pushed by ruurd into branch 'master'.

run QTimer for 60 seconds instead of 1

M  +1    -1    src/toplevel.cpp

http://commits.kde.org/kontaminuti/627494c9fd1c17a24797304d9c933e1e2f037fb4

diff --git a/src/toplevel.cpp b/src/toplevel.cpp
index e7db3cc..92b860e 100644
--- a/src/toplevel.cpp
+++ b/src/toplevel.cpp
@@ -234,7 +234,7 @@ void TopLevel::runTomato(const Tomato &tomato)
     checkState();
     repaintTrayIcon();
 
-    m_timer->start(1000);
+    m_timer->start(1000 * 60);
 }
 
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic