forked from qt-creator/qt-creator
ClangSupport: Rename export macro
Change-Id: Ia314f82212210f8ed17067c1f8bb412367e6aa90 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
e50b75b5d8
commit
8f91a63cc2
@@ -95,7 +95,7 @@ private:
|
||||
DynamicASTMatcherDiagnosticContainers m_diagnosticContainers;
|
||||
};
|
||||
|
||||
CMBIPC_EXPORT QDebug operator<<(QDebug debug, const SourceRangesAndDiagnosticsForQueryMessage &message);
|
||||
CLANGSUPPORT_EXPORT QDebug operator<<(QDebug debug, const SourceRangesAndDiagnosticsForQueryMessage &message);
|
||||
std::ostream &operator<<(std::ostream &os, const SourceRangesAndDiagnosticsForQueryMessage &message);
|
||||
|
||||
DECLARE_MESSAGE(SourceRangesAndDiagnosticsForQueryMessage)
|
||||
|
||||
Reference in New Issue
Block a user