Changed the idle screen timer to old value. This is what happens when you give people...
authorMikko Siren <mikko.siren@ixonos.com>
Fri, 29 May 2009 10:08:02 +0000 (13:08 +0300)
committerMikko Siren <mikko.siren@ixonos.com>
Fri, 29 May 2009 10:08:02 +0000 (13:08 +0300)
src/BusinessLogic/Engine.cpp

index e745491..f7ed398 100644 (file)
@@ -16,7 +16,7 @@
 #include <QtDebug>
 
 QTime Engine::endOfTheDay = QTime( 23, 59, 0, 0); // end of the day is 11:59pm
-const int IDLE_TIME_MULTIPLIER = 5000; // Multiplies milliseconds to minutes
+const int IDLE_TIME_MULTIPLIER = 60000; // Multiplies milliseconds to minutes
 
 // Macro to help deleting objects. This could be global.
 #define QT_DELETE(X) \