Changeset a0f3e32 in confclerk_git for src/gui/mainwindow.cpp
- Timestamp:
- 06/23/11 14:23:57 (12 years ago)
- Branches:
- master, qt5
- Children:
- 5438514
- Parents:
- f09a1b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rf09a1b9 ra0f3e32 96 96 // optimization, see useConference() code 97 97 try { 98 initTabs(); 99 } catch (OrmException) { 100 clearTabs(); 98 initTabs(); 99 } catch (const OrmException& e) { 100 qDebug() << "OrmException:" << e.text(); 101 clearTabs(); 101 102 } 102 103
Note: See TracChangeset
for help on using the changeset viewer.