diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-05-05 23:18:36 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-05-05 23:18:36 (GMT) |
commit | 2df493e9f0660be7d9b5ba691883e13fa12cde72 (patch) | |
tree | caa8f5373860f7d982f70c196b1d6bb51c3da7bc /tools/qml | |
parent | 053fcebb7ef1b3899b656d511437a8139ee012b7 (diff) | |
download | Qt-2df493e9f0660be7d9b5ba691883e13fa12cde72.zip Qt-2df493e9f0660be7d9b5ba691883e13fa12cde72.tar.gz Qt-2df493e9f0660be7d9b5ba691883e13fa12cde72.tar.bz2 |
Fix compile in namespace.
Diffstat (limited to 'tools/qml')
-rw-r--r-- | tools/qml/loggerwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/loggerwidget.h b/tools/qml/loggerwidget.h index b68ecc5..fd20c41 100644 --- a/tools/qml/loggerwidget.h +++ b/tools/qml/loggerwidget.h @@ -86,8 +86,8 @@ private: Visibility m_visibility; }; -Q_DECLARE_METATYPE(LoggerWidget::Visibility); - QT_END_NAMESPACE +Q_DECLARE_METATYPE(LoggerWidget::Visibility) + #endif // LOGGERWIDGET_H |