CppTools: Fix MSVC compilation

Change-Id: I7b3c52a6eb70a0e2d7f2785fac71cb3ac68769d8
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Orgad Shaneh
2013-12-23 09:46:09 +02:00
committed by Nikolai Kosjar
parent c17f798a01
commit d3c606c001

View File

@@ -50,7 +50,7 @@ namespace CppTools {
// 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.
// 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
class CPPTOOLS_EXPORT CheckSymbols: