debugger: merge a few #ifdef Q_OS_WIN's

This commit is contained in:
hjk
2011-02-17 15:21:35 +01:00
parent 0639d60fc9
commit c9826c1b4e
4 changed files with 6 additions and 12 deletions

View File

@@ -77,10 +77,8 @@ void LocalPlainGdbAdapter::startAdapter()
QTC_ASSERT(state() == EngineSetupRequested, qDebug() << state());
showMessage(_("TRYING TO START ADAPTER"));
#ifdef Q_OS_WIN
if (!prepareWinCommand())
if (!prepareCommand())
return;
#endif
QStringList gdbArgs;