Changeset 06570e9
- Timestamp:
- 01/21/10 14:36:21 (13 years ago)
- Branches:
- master, qt5
- Children:
- 699d5b8
- Parents:
- 7d7659d
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/alarmdialog.cpp
r7d7659d r06570e9 55 55 roomStr = event.room(); 56 56 } 57 catch(OrmNoObjectException *)57 catch(OrmNoObjectException&) 58 58 { 59 59 titleStr = QString("ERROR"); … … 94 94 event.update("alarm"); 95 95 } 96 catch(OrmNoObjectException *) {} // TODO: implement96 catch(OrmNoObjectException) {} // TODO: implement 97 97 catch(...) {} // just close dialog 98 98 qApp->quit(); -
src/gui/mainwindow.cpp
r7d7659d r06570e9 126 126 dialog.exec(); 127 127 } 128 catch(OrmNoObjectException *) {} // just start application128 catch(OrmNoObjectException) {} // just start application 129 129 catch(...) {} // just start application 130 130 }
Note: See TracChangeset
for help on using the changeset viewer.