diff options
| author | Manuel Schneider | 2014-04-30 14:04:30 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-04-30 14:04:30 +0200 |
| commit | 8568fa8080d5466f271b1c916be0ebb58b0e89ea (patch) | |
| tree | a045c326fce2beba7752e7e9e4697e348f2d62ef /src/server/mainwindow/mainwindow.h | |
| parent | Disable all buttons if one is clicked and enable them after a specified time (diff) | |
| download | pvs2-8568fa8080d5466f271b1c916be0ebb58b0e89ea.tar.gz pvs2-8568fa8080d5466f271b1c916be0ebb58b0e89ea.tar.xz pvs2-8568fa8080d5466f271b1c916be0ebb58b0e89ea.zip | |
cant fire the timer inside the button slots since they are called somewhere wlse too
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
| -rw-r--r-- | src/server/mainwindow/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h index 38b0f83..6e046e5 100644 --- a/src/server/mainwindow/mainwindow.h +++ b/src/server/mainwindow/mainwindow.h @@ -39,6 +39,7 @@ private: int _timerId, _timerTimeout; ListenServer *_listenServer; DiscoveryListener *_discoveryListener; + QTimer * _buttonLockTimer; /** * Downloader for IP - List of possible tutors. |
