summaryrefslogtreecommitdiff
path: root/liblightdm-qt
diff options
context:
space:
mode:
authorDavid Edmundson <david@davidedmundson.co.uk>2011-11-29 17:41:00 +0000
committerDavid Edmundson <david@davidedmundson.co.uk>2011-11-29 17:41:00 +0000
commit4a389ba9e1ad53426eb66babdaec36f0d0110001 (patch)
treec9ba8a7841b0f4014430e3f84e01b6a4786cecbf /liblightdm-qt
parent733283febe023d32f8a3a3c9853f520e2e65eb29 (diff)
downloadlightdm-4a389ba9e1ad53426eb66babdaec36f0d0110001.tar.gz
add isAuthenticated property
Diffstat (limited to 'liblightdm-qt')
-rw-r--r--liblightdm-qt/QLightDM/greeter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/liblightdm-qt/QLightDM/greeter.h b/liblightdm-qt/QLightDM/greeter.h
index 3888210a..7a1e00a9 100644
--- a/liblightdm-qt/QLightDM/greeter.h
+++ b/liblightdm-qt/QLightDM/greeter.h
@@ -24,6 +24,9 @@ namespace QLightDM
class Q_DECL_EXPORT Greeter : public QObject
{
Q_OBJECT
+
+ Q_PROPERTY(bool authenticated READ isAuthenticated ); //NOTFIY authenticationComplete
+
public:
enum PromptType {
PromptTypeQuestion,