summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/proparser/prowriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/proparser/prowriter.h b/src/shared/proparser/prowriter.h
index 7d3dca765d..31467c0e66 100644
--- a/src/shared/proparser/prowriter.h
+++ b/src/shared/proparser/prowriter.h
@@ -66,7 +66,7 @@ private:
static QString compileScope(const QString &scope);
};
-Q_DECLARE_OPERATORS_FOR_FLAGS(ProWriter::PutFlags)
-
} // namespace Internal
} // namespace QmakeProjectManager
+
+Q_DECLARE_OPERATORS_FOR_FLAGS(QmakeProjectManager::Internal::ProWriter::PutFlags)