~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/qt/panel.h

  • Committer: David Edmundson
  • Date: 2011-11-15 19:51:42 UTC
  • mto: (1297.1.18 qt-fixes)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: david@davidedmundson.co.uk-20111115195142-ktno6ezyt17slvij
Turn power interface into a proper class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    /** Returns the currently selected session*/
34
34
    QString session() const;
35
35
 
36
 
private slots:
37
 
    void shutdown() const;
38
 
    void restart() const;
39
 
    void suspend() const;
40
 
    void hibernate() const;
41
 
 
42
36
private:
43
37
    Ui::Panel *ui;
44
38
    QLightDM::Greeter *m_greeter;