X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/7d7659d9245bb55bba9043ed269aa92cbd38e8b0..06570e9b5e7b9adc709fdea1c4d2821e037e4d98:/src/gui/mainwindow.cpp diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index f4f91a6..0e530e8 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -125,7 +125,7 @@ MainWindow::MainWindow(int aEventId, QWidget *aParent) EventDialog dialog(aEventId,this); dialog.exec(); } - catch(OrmNoObjectException*) {} // just start application + catch(OrmNoObjectException) {} // just start application catch(...) {} // just start application } }