~sil2100/unity-2d/bump_new_nux_libunity

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/launcherapplicationslist.h

  • Committer: Florian Boucault
  • Date: 2011-11-18 10:15:49 UTC
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: florian@boucault.net-20111118101549-20cfg7x2bi8za8zb
Centralised configuration management into config.h. All common accesses to DConf go through there.

New APIs available:
 QConf& unity2dConfiguration()
 QConf& launcher2dConfiguration()
 QConf& panel2dConfiguration()
 QConf& unityConfiguration()
 QConf& launcherConfiguration()
 QConf& panelConfiguration()

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
class LauncherApplication;
37
37
class BamfApplication;
38
38
class BamfView;
39
 
class QConf;
40
39
 
41
40
class LauncherApplicationsList : public QAbstractListModel, protected AbstractX11EventFilter, protected QDBusContext
42
41
{
88
87
       displayed (m_applications).
89
88
    */
90
89
    QHash<QString, LauncherApplication*> m_applicationForExecutable;
91
 
    QConf* m_dconf_launcher;
92
90
    QStringList m_xdgApplicationDirs;
93
91
 
94
92
    /* Startup notification support */