~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/QLightDM/config.h

  • Committer: David Edmundson
  • Date: 2011-05-22 11:19:24 UTC
  • mto: This revision was merged to the branch mainline in revision 461.
  • Revision ID: david@davidedmundson.co.uk-20110522111924-aar5y8f75tm9q9xh
Added a users model

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
class ConfigPrivate;
12
12
 
13
 
//Ideas:
14
 
//    This uses an sync method to get the filename to load from dbus. For bonus points we should make it async and emit a sort of "finsihed() signal"
 
13
//Logic for loading file name should be here.
 
14
//For bonus points it should be async.
15
15
 
16
16
namespace QLightDM
17
17
{