From a8ff5e8343286608e86e0d06a6681b7cd0b48d5e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 28 Apr 2013 11:20:02 +0300 Subject: Fix link error with MSVC CppTools.lib(CppTools.dll) : error LNK2005: "public: virtual __thiscall QFutureInterface::~QFutureInterface(void)" (??1?$QFutureInterface@VHighlightingResult@TextEditor@@@@UAE@XZ) already defined in moc_cppeditor.obj Creating library ..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.lib and object ..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.exp..\..\..\lib\qtcreator\plugins\QtProject\CppEditor.dll : fatal error LNK1169: one or more multiply defined symbols found Change-Id: Id53a0f8a99dbd18a9cbdf2af57b4f3970f5c41a3 Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/cpptoolseditorsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolseditorsupport.h') diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h index c36951c1b3..d7534f33e2 100644 --- a/src/plugins/cpptools/cpptoolseditorsupport.h +++ b/src/plugins/cpptools/cpptoolseditorsupport.h @@ -111,7 +111,7 @@ signals: void documentUpdated(); void diagnosticsChanged(); void semanticInfoUpdated(CppTools::SemanticInfo); - void highlighterStarted(QFuture, unsigned revision); + void highlighterStarted(QFuture *, unsigned revision); private slots: void updateDocument(); -- cgit v1.2.1