summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2014-05-05 15:35:32 +0200
committerManuel Schneider2014-05-05 15:35:32 +0200
commit192b335f6dc4c74a2a4614ecc90636178c6ce1dd (patch)
tree975641f98701996e731211bfdbdf5e8ca43b2171
parentFixed curious text in warnings (diff)
downloadpvs2-192b335f6dc4c74a2a4614ecc90636178c6ce1dd.tar.gz
pvs2-192b335f6dc4c74a2a4614ecc90636178c6ce1dd.tar.xz
pvs2-192b335f6dc4c74a2a4614ecc90636178c6ce1dd.zip
Reduces button block time
-rw-r--r--src/server/mainwindow/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 153eb5b..3ea82ca 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -43,7 +43,7 @@ private:
// Button block stuff
QTimer * _buttonLockTimer;
QList<QAction*> _lockingButtons;
- static const qint64 _buttonBlockTime = 1000;
+ static const qint64 _buttonBlockTime = 600;
/**
* Downloader for IP - List of possible tutors.