Changeset d49254d in confclerk_git for src/gui/conflictdialogcontainer.h
- Timestamp:
- 01/27/10 22:08:37 (13 years ago)
- Branches:
- master, qt5
- Children:
- 0401cc2
- Parents:
- 21d7cc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conflictdialogcontainer.h
r21d7cc0 rd49254d 12 12 virtual ~ConflictDialogContainer(){} 13 13 14 public slots: 15 virtual void updateTreeViewModel(int aEventId); 14 void setEventId(int aEventId) { mEventId = aEventId; } 16 15 17 16 protected: 18 17 virtual void loadEvents( const QDate &aDate, const int aConferenceId ); 18 19 private: 20 int mEventId; 19 21 }; 20 22
Note: See TracChangeset
for help on using the changeset viewer.