~mterry/unity8/split

« back to all changes in this revision

Viewing changes to plugins/LightDM/UsersModel.h

  • Committer: Michał Sawicz
  • Date: 2013-12-17 14:56:25 UTC
  • mto: (138.2.462 trunk)
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: michal.sawicz@canonical.com-20131217145625-b2096a6w129mnk35
Move headers into include, sources into src and adapt everything else to match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef UNITY_USERSMODEL_H
24
24
#define UNITY_USERSMODEL_H
25
25
 
26
 
#include "plugins/Utils/qsortfilterproxymodelqml.h"
 
26
#include <qsortfilterproxymodelqml.h>
27
27
#include <QtCore/QObject>
28
28
 
29
29
class UsersModel : public QSortFilterProxyModelQML