~mterry/unity8/fix-two-qmluitests

« back to all changes in this revision

Viewing changes to plugins/LightDM/Greeter.h

  • Committer: Michael Terry
  • Date: 2016-08-05 18:54:46 UTC
  • Revision ID: michael.terry@canonical.com-20160805185446-lydnzts98a73vdmu
Add some tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
    Q_PROPERTY(bool active READ isActive WRITE setIsActive NOTIFY isActiveChanged)
37
37
    Q_PROPERTY(bool authenticated READ isAuthenticated NOTIFY isAuthenticatedChanged)
 
38
    Q_PROPERTY(QString authenticationUser READ authenticationUser NOTIFY authenticationUserChanged
38
39
    Q_PROPERTY(QString defaultSession READ defaultSessionHint CONSTANT)
39
40
    Q_PROPERTY(bool promptless READ promptless NOTIFY promptlessChanged)
40
41
    Q_PROPERTY(QString selectUser READ selectUser CONSTANT)