forked from qt-creator/qt-creator
Debugger: Fix MSVC warning
debuggerruncontrol.h(87) : warning C4273: 'Debugger::createDebuggerRunControl' : inconsistent dll linkage Change-Id: Id202fcebe0f66a94be3b6efff8ce575a5da3c3e3 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
26059dbb1e
commit
00d4e0456c
@@ -83,8 +83,8 @@ signals:
|
|||||||
private:
|
private:
|
||||||
void handleFinished();
|
void handleFinished();
|
||||||
|
|
||||||
friend DebuggerRunControl *createDebuggerRunControl(const DebuggerStartParameters &sp,
|
friend DEBUGGER_EXPORT DebuggerRunControl *createDebuggerRunControl(
|
||||||
QString *errorMessage);
|
const DebuggerStartParameters &sp, QString *errorMessage);
|
||||||
|
|
||||||
DebuggerRunControl(ProjectExplorer::RunConfiguration *runConfig,
|
DebuggerRunControl(ProjectExplorer::RunConfiguration *runConfig,
|
||||||
Internal::DebuggerEngine *engine);
|
Internal::DebuggerEngine *engine);
|
||||||
|
|||||||
Reference in New Issue
Block a user