~unity-api-team/hud/test-failures

« back to all changes in this revision

Viewing changes to service/DBusMenuCollector.h

  • Committer: Charles Kerr
  • Date: 2014-03-17 17:50:58 UTC
  • mfrom: (376.2.5 hud)
  • Revision ID: charles.kerr@canonical.com-20140317175058-7efcri9kck5j3i0q
bzr merge lp:hud

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
        virtual bool isValid() const override;
49
49
 
50
 
        virtual CollectorToken::Ptr activate() override;
 
50
        virtual QList<CollectorToken::Ptr> activate() override;
51
51
 
52
52
protected Q_SLOTS:
53
53
        void WindowRegistered(uint windowId, const QString &service,