forked from qt-creator/qt-creator
CppTools: Fix MSVC compilation
Change-Id: I7b3c52a6eb70a0e2d7f2785fac71cb3ac68769d8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
c17f798a01
commit
d3c606c001
@@ -50,7 +50,7 @@ namespace CppTools {
|
|||||||
// instantiate this template (since the declaration of template doesn't have any explicit
|
// instantiate this template (since the declaration of template doesn't have any explicit
|
||||||
// export/import attribute) which will eventually collide with the already defined symbol.
|
// export/import attribute) which will eventually collide with the already defined symbol.
|
||||||
// The line below simply tells the compiler to import the template instead of instantiating.
|
// The line below simply tells the compiler to import the template instead of instantiating.
|
||||||
template class Q_DECL_IMPORT QFutureInterface<CppEditor::Internal::SemanticInfo::Use>;
|
template class Q_DECL_IMPORT QFutureInterface<SemanticInfo::Use>;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class CPPTOOLS_EXPORT CheckSymbols:
|
class CPPTOOLS_EXPORT CheckSymbols:
|
||||||
|
|||||||
Reference in New Issue
Block a user