aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/proparser/proitems.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/proparser/proitems.h')
-rw-r--r--src/shared/proparser/proitems.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/proparser/proitems.h b/src/shared/proparser/proitems.h
index 4da7e5444b..d665798912 100644
--- a/src/shared/proparser/proitems.h
+++ b/src/shared/proparser/proitems.h
@@ -164,6 +164,8 @@ public:
QByteArray toLatin1() const { return toStringView().toLatin1(); }
+ friend QDebug operator<<(QDebug debug, const ProString &str);
+
private:
ProString(const ProKey &other);
ProString &operator=(const ProKey &other);
@@ -512,6 +514,4 @@ struct ProFunctionDefs {
QHash<ProKey, ProFunctionDef> replaceFunctions;
};
-QDebug operator<<(QDebug debug, const ProString &str);
-
QT_END_NAMESPACE