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

« back to all changes in this revision

Viewing changes to tests/testapps/qtgmenu/MainWindow.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:
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