Changeset 806b992 for src/gui/alarmdialog.cpp
- Timestamp:
- 01/22/10 11:46:26 (13 years ago)
- Branches:
- master, qt5
- Children:
- 5992909
- Parents:
- 8200b03
- File:
-
- 1 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();
Note: See TracChangeset
for help on using the changeset viewer.