~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/session.cpp

  • Committer: David Edmundson
  • Date: 2011-11-10 01:59:37 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-20111110015937-u7mtybaw88bjl2kb
Fix Qt headers.

Fix moc loading to match other other code
Create system class rather than using namespace methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * license.
10
10
 */
11
11
 
12
 
#include "QLightDM/Session"
 
12
#include "QLightDM/session.h"
13
13
 
14
14
#include <QtCore/QList>
15
15
#include <QtCore/QDir>
111
111
    d->items.append(items);
112
112
    endInsertRows();
113
113
}
 
114
 
 
115
#include "session_moc.cpp"