forked from qt-creator/qt-creator
Core/Qmake: Move Q_DECLARE_OPERATORS_FOR_FLAGS outside the namespace
Change-Id: I9f956faa71dcb8d5acf2c50711a33813a091903c Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
8a716ef12a
commit
075d674c5a
@@ -92,8 +92,6 @@ private:
|
||||
QString m_proFile;
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(AddLibraryWizard::Platforms)
|
||||
|
||||
class LibraryTypePage : public QWizardPage
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -139,3 +137,5 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace QmakeProjectManager
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(QmakeProjectManager::Internal::AddLibraryWizard::Platforms)
|
||||
|
||||
Reference in New Issue
Block a user