~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/ldmgreeter.h

  • Committer: David Edmundson
  • Date: 2011-05-21 00:55:32 UTC
  • mfrom: (455.1.2 dave_fixes)
  • Revision ID: david@davidedmundson.co.uk-20110521005532-9jcr42kttjem8kcc
merge branch replace demo greeter

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
{
16
16
    Q_OBJECT
17
17
public:
 
18
 
18
19
    explicit LdmGreeter(QObject* parent=0);
19
20
    virtual ~LdmGreeter();
20
21
 
 
22
    Q_PROPERTY(bool canSuspend READ canSuspend);
 
23
    Q_PROPERTY(bool canHibernate READ canHibernate);
 
24
    Q_PROPERTY(bool canShutdown READ canShutdown);
 
25
    Q_PROPERTY(bool canRestart READ canRestart);
 
26
 
 
27
    Q_PROPERTY(QString hostname READ hostname);
 
28
 
21
29
    /** The hostname of the machine */
22
30
    QString hostname() const;
23
31
    QString theme() const;