~robert-ancell/lightdm/private-mir-connection-merge

« back to all changes in this revision

Viewing changes to liblightdm-qt/sessionsmodel.cpp

  • Committer: Michael Terry
  • Date: 2013-02-06 14:08:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1588.
  • Revision ID: michael.terry@canonical.com-20130206140825-ukfrhafpofnzlq0j
initial build support for Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    return QVariant();
147
147
}
148
148
 
149
 
#include "sessionsmodel_moc.cpp"
 
149
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
 
150
#include "sessionsmodel_moc5.cpp"
 
151
#else
 
152
#include "sessionsmodel_moc4.cpp"
 
153
#endif