summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 6e046e5..153eb5b 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -39,7 +39,11 @@ private:
int _timerId, _timerTimeout;
ListenServer *_listenServer;
DiscoveryListener *_discoveryListener;
+
+ // Button block stuff
QTimer * _buttonLockTimer;
+ QList<QAction*> _lockingButtons;
+ static const qint64 _buttonBlockTime = 1000;
/**
* Downloader for IP - List of possible tutors.
@@ -52,7 +56,6 @@ private:
QStringList _tutorList;
// Magic numbers
- static const qint64 _buttonBlockTime = 1000;
static const int _tilesX = 9;
static const int _tilesY = 7;