diff --git a/src/plugins/projectexplorer/applicationlauncher.cpp b/src/plugins/projectexplorer/applicationlauncher.cpp index 4e9ae25d753..383ea7a30cb 100644 --- a/src/plugins/projectexplorer/applicationlauncher.cpp +++ b/src/plugins/projectexplorer/applicationlauncher.cpp @@ -83,7 +83,6 @@ public: void cannotRetrieveLocalDebugOutput(); void checkLocalDebugOutput(qint64 pid, const QString &message); void localProcessDone(int, QProcess::ExitStatus); - void bringToForeground(); qint64 applicationPID() const; bool isRunning() const; diff --git a/src/plugins/projectexplorer/applicationlauncher.h b/src/plugins/projectexplorer/applicationlauncher.h index 1dcefb6cf3f..86b9c6f3cf3 100644 --- a/src/plugins/projectexplorer/applicationlauncher.h +++ b/src/plugins/projectexplorer/applicationlauncher.h @@ -64,7 +64,6 @@ public: QString errorString() const; QProcess::ProcessError processError() const; - void bringToForeground(); static QString msgWinCannotRetrieveDebuggingOutput();