forked from qt-creator/qt-creator
ApplicationLauncher: remove unused bringToForeground()
Surprisingly, it was also unimplemented. Change-Id: I7845d321fd11c34cf70c944000657d9f782f0a5e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -64,7 +64,6 @@ public:
|
||||
|
||||
QString errorString() const;
|
||||
QProcess::ProcessError processError() const;
|
||||
void bringToForeground();
|
||||
|
||||
static QString msgWinCannotRetrieveDebuggingOutput();
|
||||
|
||||
|
Reference in New Issue
Block a user