Skip to content
Snippets Groups Projects
Commit 00d4e045 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

Debugger: Fix MSVC warning


	debuggerruncontrol.h(87) : warning C4273: 'Debugger::createDebuggerRunControl' : inconsistent dll linkage

Change-Id: Id202fcebe0f66a94be3b6efff8ce575a5da3c3e3
Reviewed-by: default avatarChristian Stenger <christian.stenger@theqtcompany.com>
parent 26059dbb
No related branches found
No related tags found
No related merge requests found
...@@ -83,8 +83,8 @@ signals: ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment