qt5
Last change
on this file since bcf67d6 was
83020cd,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
forgotten in previous commit
|
-
Property mode set to
100644
|
File size:
385 bytes
|
Rev | Line | |
---|
[ea638ef] | 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: |
---|
[d49254d] | 11 | ConflictsDialog(int aEventId, QWidget *aParent = NULL); |
---|
[ea638ef] | 12 | ~ConflictsDialog(); |
---|
| 13 | signals: |
---|
[83020cd] | 14 | void eventHasChanged(int aEventId, bool aReloadModel = false); |
---|
[ea638ef] | 15 | }; |
---|
| 16 | |
---|
| 17 | #endif /* CONFLICTSDIALOG_H */ |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.