summaryrefslogtreecommitdiff
path: root/src/uilocker.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-15 22:35:02 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-15 22:35:02 -0500
commit05231eab45f86e3d0d342c429e35c8f7c813ea42 (patch)
treec61701573f691aae40fc6b801060ea120eb4d617 /src/uilocker.h
parentf3c5cebb6e9262625105d4339a54a810d7816811 (diff)
temporary fix to keep MO locked for all processes when closing
save main window settings in closeEvent()
Diffstat (limited to 'src/uilocker.h')
-rw-r--r--src/uilocker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uilocker.h b/src/uilocker.h
index d8c22999..cc467184 100644
--- a/src/uilocker.h
+++ b/src/uilocker.h
@@ -70,6 +70,7 @@ public:
void setUserInterface(QWidget* parent);
std::shared_ptr<Session> lock(Reasons reason);
+ bool locked() const;
Results result() const;