~ubuntu-branches/ubuntu/trusty/hud/trusty-proposed

« back to all changes in this revision

Viewing changes to service/DBusMenuCollector.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Marcus Tomlinson
  • Date: 2014-02-06 11:58:43 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20140206115843-etuvqtn04ei6xb1h
Tags: 13.10.1+14.04.20140206-0ubuntu1
[ Pete Woods ]
* Re-enable quit action in HUD client library. (LP: #1269409)
* Extra checks for null DBusMenuCollector

[ Marcus Tomlinson ]
* Cache size of QtGActionGroup in m_size rather and re-calculating it
  on every Size() call. (LP: #1276225)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                        const QDBusObjectPath &menuObjectPath);
63
63
 
64
64
protected:
 
65
        void openMenu(QMenu *menu);
 
66
 
 
67
        void hideMenu(QMenu *menu);
 
68
 
65
69
        unsigned int m_windowId;
66
70
 
67
71
        QSharedPointer<ComCanonicalAppMenuRegistrarInterface> m_registrar;
68
72
 
69
73
        QWeakPointer<CollectorToken> m_collectorToken;
70
74
 
71
 
        QScopedPointer<DBusMenuImporter> m_menuImporter;
 
75
        QSharedPointer<DBusMenuImporter> m_menuImporter;
72
76
 
73
77
        QString m_service;
74
78