summaryrefslogtreecommitdiffstats
path: root/src/timeoutdialog.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-15 14:12:44 +0100
committerSimon Rettberg2017-12-15 14:12:44 +0100
commit024855948c923bd40ffaf526c1300dd8c0377698 (patch)
treea737e0a84e0b9f817bd67819f4bbaa39720a09cb /src/timeoutdialog.h
parentOLDSRC WEG! (diff)
downloadbeamergui-024855948c923bd40ffaf526c1300dd8c0377698.tar.gz
beamergui-024855948c923bd40ffaf526c1300dd8c0377698.tar.xz
beamergui-024855948c923bd40ffaf526c1300dd8c0377698.zip
Update to CMAKE, fix timeout dialog on Qt5, fix menu getting covered by window
Diffstat (limited to 'src/timeoutdialog.h')
-rw-r--r--src/timeoutdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeoutdialog.h b/src/timeoutdialog.h
index 4961e6f..eb0f969 100644
--- a/src/timeoutdialog.h
+++ b/src/timeoutdialog.h
@@ -13,6 +13,7 @@ class TimeOutDialog : public QProgressDialog
public:
TimeOutDialog(int time, QWidget *parent = 0);
+ bool isActive() const { return _timer.isActive(); }
private:
int _time;