Debugger: Move DebugInfoTask handling to plugin

This does not involve the engine (currently).

Task-number: QTCREATORBUG-19994
Change-Id: I07a628580bf99c988eb0df165d649d5cc0869c0d
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2018-03-07 15:31:08 +01:00
parent 144bba95e9
commit 37ef24114c
4 changed files with 47 additions and 68 deletions

View File

@@ -124,5 +124,7 @@ QAction *addCheckableAction(QMenu *menu, const QString &display, bool on, bool c
// Qt's various build paths for unpatched versions
QStringList qtBuildPaths();
void addDebugInfoTask(unsigned id, const QString &cmd);
} // namespace Internal
} // namespace Debugger