Changeset 06570e9 for src/gui/mainwindow.cpp
- Timestamp:
- 01/21/10 14:36:21 (13 years ago)
- Branches:
- master, qt5
- Children:
- 699d5b8
- Parents:
- 7d7659d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.