- Timestamp:
- 06/23/11 14:23:57 (12 years ago)
- Branches:
- master, qt5
- Children:
- 5438514
- Parents:
- f09a1b9
- Location:
- src/gui
- Files:
-
- 2 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 -
src/gui/tabcontainer.h
rf09a1b9 ra0f3e32 42 42 Q_UNUSED(aDate); 43 43 Q_UNUSED(aConferenceId); 44 } ;44 } 45 45 46 46 signals:
Note: See TracChangeset
for help on using the changeset viewer.