equal
deleted
inserted
replaced
150 void handleDeletingStarted(); |
150 void handleDeletingStarted(); |
151 void handleDeletingCompleted(); |
151 void handleDeletingCompleted(); |
152 void handleInstanceViewCreation(int status); |
152 void handleInstanceViewCreation(int status); |
153 void handleEntryViewCreation(int status); |
153 void handleEntryViewCreation(int status); |
154 void handleDayViewReady(); |
154 void handleDayViewReady(); |
|
155 void handleEntriesChanged(QList<ulong>); |
155 |
156 |
156 private: // Data |
157 private: // Data |
157 |
158 |
158 CCalenController &mController; |
159 CCalenController &mController; |
159 CalenMonthView *mCalenMonthView; |
160 CalenMonthView *mCalenMonthView; |