summaryrefslogtreecommitdiff
path: root/src/uilocker.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-17 07:47:29 -0500
committerGitHub <noreply@github.com>2019-12-17 07:47:29 -0500
commita4a0e59d8ce7d3f9fbe0806a5621c27932f26314 (patch)
tree37e4a9046a8204cc3b70ae8937aae6dab1d9f167 /src/uilocker.h
parent2c7e0e7cb4d8bf5c51f22968a5ffd2366d6bcdf2 (diff)
parent05231eab45f86e3d0d342c429e35c8f7c813ea42 (diff)
Merge pull request #942 from isanae/lock-fixes
Lock fixes
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;