aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport/annotationsmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/clangsupport/annotationsmessage.h')
-rw-r--r--src/libs/clangsupport/annotationsmessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/clangsupport/annotationsmessage.h b/src/libs/clangsupport/annotationsmessage.h
index c3a19a82b4..fcafd00266 100644
--- a/src/libs/clangsupport/annotationsmessage.h
+++ b/src/libs/clangsupport/annotationsmessage.h
@@ -97,6 +97,8 @@ public:
&& first.skippedPreprocessorRanges == second.skippedPreprocessorRanges;
}
+ friend CLANGSUPPORT_EXPORT QDebug operator<<(QDebug debug, const AnnotationsMessage &message);
+
public:
FileContainer fileContainer;
QVector<TokenInfoContainer> tokenInfos;
@@ -106,7 +108,5 @@ public:
bool onlyTokenInfos = false;
};
-CLANGSUPPORT_EXPORT QDebug operator<<(QDebug debug, const AnnotationsMessage &message);
-
DECLARE_MESSAGE(AnnotationsMessage)
} // namespace ClangBackEnd