diff options
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; |
