summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeritemmanager.h
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@digia.com>2013-11-05 11:32:47 +0100
committerFawzi Mohamed <fawzi.mohamed@digia.com>2013-11-05 17:00:33 +0100
commit9a4caa4b4c805884c53336b491575c06986078dc (patch)
tree4628a6b018c27df4ccae6fb50c00a1154be9b58f /src/plugins/debugger/debuggeritemmanager.h
parent242cba3065fc2eedbc056061467d9859b4195c74 (diff)
downloadqt-creator-9a4caa4b4c805884c53336b491575c06986078dc.tar.gz
ios: improve automatic kits
* fix incorrect old kits * avoid adding a special debugger Change-Id: I233068dbb9958045cdc2e875337297748b2b4ff8 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'src/plugins/debugger/debuggeritemmanager.h')
-rw-r--r--src/plugins/debugger/debuggeritemmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeritemmanager.h b/src/plugins/debugger/debuggeritemmanager.h
index da3ca0ce31..615fc0f161 100644
--- a/src/plugins/debugger/debuggeritemmanager.h
+++ b/src/plugins/debugger/debuggeritemmanager.h
@@ -62,6 +62,7 @@ public:
static const DebuggerItem *findByCommand(const Utils::FileName &command);
static const DebuggerItem *findById(const QVariant &id);
+ static const DebuggerItem *findByEngineType(DebuggerEngineType engineType);
static void restoreDebuggers();
static QString uniqueDisplayName(const QString &base);