source:
src/gui/conflictsdialog.h
@
d49254d
Last change on this file since d49254d was d49254d, checked in by , 13 years ago | |
---|---|
|
|
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.