~ted/hud/filter-underscores

« back to all changes in this revision

Viewing changes to tests/testapps/qtgmenu/MainWindow.h

  • Committer: CI bot
  • Author(s): Pete Woods
  • Date: 2014-03-14 16:37:28 UTC
  • mfrom: (376.1.22 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140314163728-lnn0hb4vmsb016ya
Support multiple GMenuCollectors for each window, and multiple QtGActionGroups for each QtGMenuModel. Fixes: 1288025

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Q_OBJECT
11
11
 
12
12
public:
13
 
  MainWindow(const QString &name, const QString &actionPath, const QString &menuPath);
 
13
  MainWindow(const QString &name, const QDBusObjectPath &actionPath, const QDBusObjectPath &menuPath);
14
14
 
15
15
  ~MainWindow();
16
16