From a88c787553a1d1c196721ee7e88d99e181a0f419 Mon Sep 17 00:00:00 2001 From: Kevin Krammer Date: Sat, 20 Oct 2012 18:09:52 +0200 Subject: [PATCH] Remove unnecessary flag redeclaration --- declarativeobjects_p.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/declarativeobjects_p.h b/declarativeobjects_p.h index 0ff7507..066cee3 100644 --- a/declarativeobjects_p.h +++ b/declarativeobjects_p.h @@ -497,12 +497,8 @@ class DeclarativeMenuBar : public DeclarativeWidgetProxy class DeclarativeMessageBoxAttached : public QObject { Q_OBJECT - Q_FLAGS(StandardButtons) public: - typedef QMessageBox::StandardButton StandardButton; - Q_DECLARE_FLAGS(StandardButtons, StandardButton); - DeclarativeMessageBoxAttached(QObject *parent = 0); Q_INVOKABLE void about(QObject *parent, const QString &title, const QString &text); -- 1.7.2.5