aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggeritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggeritem.h')
-rw-r--r--src/plugins/debugger/debuggeritem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggeritem.h b/src/plugins/debugger/debuggeritem.h
index 5526c52130..7dbdf5949d 100644
--- a/src/plugins/debugger/debuggeritem.h
+++ b/src/plugins/debugger/debuggeritem.h
@@ -88,7 +88,7 @@ public:
void setAbis(const QList<ProjectExplorer::Abi> &abis);
void setAbi(const ProjectExplorer::Abi &abi);
- enum MatchLevel { DoesNotMatch, MatchesSomewhat, MatchesWell, MatchesPerfectly };
+ enum MatchLevel { DoesNotMatch, MatchesSomewhat, MatchesWell, MatchesPerfectly, MatchesPerfectlyInPath };
MatchLevel matchTarget(const ProjectExplorer::Abi &targetAbi) const;
QStringList abiNames() const;