Changeset 806b992 in confclerk_git
- Timestamp:
- 01/22/10 11:46:26 (13 years ago)
- Branches:
- master, qt5
- Children:
- 5992909
- Parents:
- 8200b03
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/alarmdialog.cpp
r8200b03 r806b992 93 93 event.update("alarm"); 94 94 } 95 catch(OrmNoObjectException ) {} // TODO: implement95 catch(OrmNoObjectException &) {} // TODO: implement 96 96 catch(...) {} // just close dialog 97 97 qApp->quit(); -
src/gui/mainwindow.cpp
r8200b03 r806b992 160 160 dialog.exec(); 161 161 } 162 catch(OrmNoObjectException ) {} // just start application162 catch(OrmNoObjectException&) {} // just start application 163 163 catch(...) {} // just start application 164 164 } … … 310 310 updateFavouritesView(favouriteDayNavigator->getCurrentDate()); 311 311 // TODO: only if it changed to now tab 312 updateNowView();313 } 314 312 //updateNowView(); 313 } 314
Note: See TracChangeset
for help on using the changeset viewer.