Home
last modified time | relevance | path

Searched refs:helpReportAction (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dapp.h179 …QAction *helpManualAction, *helpHomepageAction, *helpReportAction, *helpAboutAction, *helpDidYouKn… variable
H A Dapp.cpp716 helpReportAction = new QAction(tr("&Report Bug..."), this); in MusE()
804 connect(helpReportAction, SIGNAL(triggered()), SLOT(startBugBrowser())); in MusE()
1062 menu_help->addAction(helpReportAction); in MusE()