diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 22:35:02 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 22:35:02 -0500 |
| commit | 05231eab45f86e3d0d342c429e35c8f7c813ea42 (patch) | |
| tree | c61701573f691aae40fc6b801060ea120eb4d617 /src/uilocker.h | |
| parent | f3c5cebb6e9262625105d4339a54a810d7816811 (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.h | 1 |
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; |
