qt5
Last change
on this file since ea638ef was
ea638ef,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
implemented 'conflicts' dialog
- displays rooms instead of conflicts for now
- needs to implement additional methods in Event, ...
|
-
Property mode set to
100644
|
File size:
344 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(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.