trk: reduce message timer interval to 10 ms

This commit is contained in:
hjk
2009-09-16 10:33:38 +02:00
parent 91e60257cd
commit 1066dad5ba

View File

@@ -50,7 +50,7 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
enum { TimerInterval = 100 }; enum { TimerInterval = 10 };
#ifdef Q_OS_WIN #ifdef Q_OS_WIN