Author: mir3x
Date: Mon Dec 12 22:39:34 2016
New Revision: 34702
URL: http://svn.gna.org/viewcvs/freeciv?rev=34702&view=rev
Log:
Qt client - set idle timer to zero
See patch #8044
Modified:
trunk/client/gui-qt/mapview.cpp
Modified: trunk/client/gui-qt/mapview.cpp
URL:
http://svn.gna.org/viewcvs/freeciv/trunk/client/gui-qt/mapview.cpp?rev=34702&r1=34701&r2=34702&view=diff
==============================================================================
--- trunk/client/gui-qt/mapview.cpp (original)
+++ trunk/client/gui-qt/mapview.cpp Mon Dec 12 22:39:34 2016
@@ -143,9 +143,7 @@
mr_idle::mr_idle()
{
connect(&timer, SIGNAL(timeout()), this, SLOT(idling()));
- /*if there would be messages in
- *that queue is big we may want to decrease it*/
- timer.start(50);
+ timer.start(0);
}
/**************************************************************************
_______________________________________________
Freeciv-commits mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-commits