forked from qt-creator/qt-creator
Use Core::Id in ICore::showOptionsDialog
Change-Id: I3865fde2347d687a7dee76dd5ca62db69cc4dd04 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#include "watchutils.h"
|
||||
#include "threaddata.h"
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QProcess>
|
||||
#include <QHash>
|
||||
@@ -239,7 +241,7 @@ protected: ////////// Gdb Process Management //////////
|
||||
// Something went wrong with the adapter *before* adapterStarted() was emitted.
|
||||
// Make sure to clean up everything before emitting this signal.
|
||||
void handleAdapterStartFailed(const QString &msg,
|
||||
const QString &settingsIdHint = QString());
|
||||
Core::Id settingsIdHint = Core::Id());
|
||||
|
||||
// This triggers the initial breakpoint synchronization and causes
|
||||
// finishInferiorSetup() being called once done.
|
||||
|
||||
Reference in New Issue
Block a user