Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h690 QAction *m_exceptionAct; variable
H A Dmainwindow_menu.cpp665 m_exceptionAct = new QAction(tr("throw test exception"), this); in createFileMenuActions()
666 m_exceptionAct->setStatusTip(tr("throw a fake exception to see what happens")); in createFileMenuActions()
667 connect(m_exceptionAct, SIGNAL(triggered()), this, SLOT(throwFakeException())); in createFileMenuActions()
1400 m_fileMenu->addAction(m_exceptionAct); in createFileMenu()