qt5
Last change
on this file since 2104023 was
83020cd,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
forgotten in previous commit
|
-
Property mode set to
100644
|
File size:
385 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, bool aReloadModel = false); |
---|
15 | }; |
---|
16 | |
---|
17 | #endif /* CONFLICTSDIALOG_H */ |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.