- Timestamp:
- 09/25/12 22:50:11 (10 years ago)
- Branches:
- master, qt5
- Children:
- f1826af
- Parents:
- 5e50875
- Location:
- src/mvc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conferencemodel.cpp
r5e50875 re2c612c 78 78 } 79 79 80 void ConferenceModel::newConferenceEnd(const QString& title) 81 { 82 Q_UNUSED(title); 80 void ConferenceModel::newConferenceEnd(int conferenceId) { 81 Q_UNUSED(conferenceId); 83 82 reinit(); 84 83 } -
src/mvc/conferencemodel.h
r5e50875 re2c612c 47 47 public slots: 48 48 void newConferenceBegin(); 49 void newConferenceEnd( const QString& title);49 void newConferenceEnd(int conferenceId); 50 50 void conferenceRemoved(); 51 51 private:
Note: See TracChangeset
for help on using the changeset viewer.