~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/QLightDM/greeter.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:
16
16
#include <QtCore/QObject>
17
17
#include <QtCore/QVariant>
18
18
#include "QLightDM/User"
19
 
#include "QLightDM/Language"
20
19
 
21
20
class GreeterPrivate;
22
21