diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:19:27 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-25 00:19:27 +0100 |
commit | 9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch) | |
tree | 23462fac2e862a2f408a26f94ab024c4174c3458 /src/messagebar.h | |
parent | rekonq 0.6.82 (diff) | |
download | rekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz |
Coding style
Diffstat (limited to 'src/messagebar.h')
-rw-r--r-- | src/messagebar.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/messagebar.h b/src/messagebar.h index df8d668a..65313662 100644 --- a/src/messagebar.h +++ b/src/messagebar.h @@ -46,7 +46,8 @@ class REKONQ_TESTS_EXPORT MessageBar : public NotificationBar public: - enum StandardButton { + enum StandardButton + { NoButton = 0x00000000, Ok = 0x00000001, Cancel = 0x00000002, @@ -58,8 +59,8 @@ public: Q_DECLARE_FLAGS(StandardButtons, StandardButton) explicit MessageBar(const QString & message, QWidget *parent - , QMessageBox::Icon icon = QMessageBox::NoIcon - , StandardButtons buttons = NoButton); + , QMessageBox::Icon icon = QMessageBox::NoIcon + , StandardButtons buttons = NoButton); ~MessageBar(); Q_SIGNALS: |