qt5
Last change
on this file since d49254d was
d49254d,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
'conflict' dialog now contains list of events in conflict with given eventId
|
-
Property mode set to
100644
|
File size:
358 bytes
|
Line | |
---|
1 | #ifndef CONFLICTSDIALOG_H |
---|
2 | #define CONFLICTSDIALOG_H |
---|
3 | |
---|
4 | #include "ui_conflictsdialog.h" |
---|
5 | #include <QDialog> |
---|
6 | |
---|
7 | class ConflictsDialog : public QDialog, Ui::ConflictsDialog |
---|
8 | { |
---|
9 | Q_OBJECT |
---|
10 | public: |
---|
11 | ConflictsDialog(int aEventId, QWidget *aParent = NULL); |
---|
12 | ~ConflictsDialog(); |
---|
13 | signals: |
---|
14 | void eventHasChanged(int aEventId); |
---|
15 | }; |
---|
16 | |
---|
17 | #endif /* CONFLICTSDIALOG_H */ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.