summaryrefslogtreecommitdiff
path: root/liblightdm-qt/QLightDM
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2014-04-24 14:36:40 -0400
committerMichael Terry <michael.terry@canonical.com>2014-04-24 14:36:40 -0400
commitec0b529210d4a9d6a99dea07b06731d63b9d0815 (patch)
treeee6c86caa613d9a518d54ace0dc9481f7a582f69 /liblightdm-qt/QLightDM
parent695964bb9c1a92f1e3a78c5850451abcc8900b63 (diff)
downloadlightdm-git-ec0b529210d4a9d6a99dea07b06731d63b9d0815.tar.gz
First pass at reset support
Diffstat (limited to 'liblightdm-qt/QLightDM')
-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 82916d00..8abf5e92 100644
--- a/liblightdm-qt/QLightDM/greeter.h
+++ b/liblightdm-qt/QLightDM/greeter.h
@@ -79,6 +79,7 @@ public Q_SLOTS:
void respond(const QString &response);
void cancelAuthentication();
void setLanguage (const QString &language);
+ void setResettable (bool resettable);
bool startSessionSync(const QString &session=QString());
QString ensureSharedDataDirSync(const QString &username);
@@ -87,6 +88,8 @@ Q_SIGNALS:
void showPrompt(QString text, QLightDM::Greeter::PromptType type);
void authenticationComplete();
void autologinTimerExpired();
+ void idle();
+ void reset();
private:
GreeterPrivate *d_ptr;