Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.h422 void throwFakeException();
H A Dmainwindow_menu.cpp667 connect(m_exceptionAct, SIGNAL(triggered()), this, SLOT(throwFakeException())); in createFileMenuActions()
4013 void MainWindow::throwFakeException() { in throwFakeException() function in MainWindow