~ci-train-bot/sni-qt/sni-qt-ubuntu-zesty-2208

« back to all changes in this revision

Viewing changes to src/statusnotifieritem.h

  • Committer: Aurelien Gateau
  • Date: 2011-09-27 10:31:01 UTC
  • Revision ID: aurelien.gateau@canonical.com-20110927103101-rie4662jkrrjxqcj
Use a placeholder menu if there is none defined yet (Fix one part of LP #860395)

Makes hp-systray menu show up again. See

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    IconCache* m_iconCache;
106
106
    QWeakPointer<DBusMenuExporter> m_dbusMenuExporter;
107
107
    QAction* m_activateAction;
 
108
    QMenu* m_placeholderMenu;
108
109
 
109
110
    QString menuObjectPath() const;
110
111
};