Mercurial > trustbridge
comparison ui/helpdialog.h @ 605:1642a79cc02d
Every class that inherits QObject needs the Q_Object macro.
Fixes moc warnings
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 18 Jun 2014 10:44:39 +0200 |
parents | 17e1c8f37d72 |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
604:3d45f5bca0aa | 605:1642a79cc02d |
---|---|
15 * @brief The dialog for help text. | 15 * @brief The dialog for help text. |
16 */ | 16 */ |
17 | 17 |
18 class HelpDialog : public QDialog | 18 class HelpDialog : public QDialog |
19 { | 19 { |
20 Q_OBJECT | |
20 public: | 21 public: |
21 /** @brief Create a help dialog */ | 22 /** @brief Create a help dialog */ |
22 HelpDialog(QMainWindow *parent); | 23 HelpDialog(QMainWindow *parent); |
23 | 24 |
24 private: | 25 private: |