~ted/hud/filter-underscores

« back to all changes in this revision

Viewing changes to tests/unit/qtgmenu/TestQtGMenu.cpp

  • 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:
40
40
 
41
41
protected:
42
42
  TestQtGMenu()
43
 
      : m_importer( c_service, c_path ),
 
43
      : m_importer( c_service, QDBusObjectPath( c_path ), "", QDBusObjectPath( c_path ) ),
44
44
 
45
45
        m_items_changed_spy( &m_importer, SIGNAL( MenuItemsChanged() ) ),
46
46