X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/8200b0380201b6a8820888e8e0da2f5a7c532fa3..806b99241d1b1b61fdf2935ebdfe4c565732fa60:/src/gui/mainwindow.cpp diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 67440e2..a1dfe56 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -159,7 +159,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 } } @@ -309,6 +309,6 @@ void MainWindow::tabHasChanged(int aIndex) // TODO: only if it changed to favourities tab updateFavouritesView(favouriteDayNavigator->getCurrentDate()); // TODO: only if it changed to now tab - updateNowView(); + //updateNowView(); }