Changeset c81f30a for src/gui/conflictdialogcontainer.h
- Timestamp:
- 10/17/11 21:04:20 (11 years ago)
- Branches:
- master, qt5
- Children:
- 1ca13ef
- Parents:
- dc66a91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/conflictdialogcontainer.h
rdc66a91 rc81f30a 29 29 public: 30 30 ConflictDialogContainer(QWidget *aParent); 31 virtual ~ConflictDialogContainer() {}31 virtual ~ConflictDialogContainer() {} 32 32 33 void setEventId(int aEventId) { mEventId = aEventId; } 33 public slots: 34 void setEventId(int aEventId, int conferenceId); 35 void loadEvents(); // update the conflicts 34 36 35 37 protected: 36 virtual void loadEvents( const QDate &aDate, const int aConferenceId ); 37 38 protected slots: 39 virtual void updateTreeView(const QDate &aDate); 38 virtual void loadEvents(const QDate &aDate, const int aConferenceId); // the date and conference are ignored 40 39 41 40 private: 42 41 int mEventId; 42 int mConferenceId; 43 43 }; 44 44
Note: See TracChangeset
for help on using the changeset viewer.