aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2013-11-25 14:33:54 +0100
committerTobias Hunger <[email protected]>2013-11-26 11:25:40 +0100
commitaa8d4ece1f621044d7dc715a3504434b290c0f3f (patch)
tree9820ce4d3f999edf14573a0c3019855a05d10178 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp
parentc4b2da9a334f7ca6d662eafea269dc475a54512c (diff)
Debugger: Add history completer to path choosers
Change-Id: I685b8449482fe4e3c42c3205124bbb881ab064e1 Reviewed-by: hjk <[email protected]> Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r--src/plugins/debugger/debuggersourcepathmappingwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
index 2080d92d38c..95877622946 100644
--- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
+++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
@@ -244,6 +244,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent
// Edit part
m_targetChooser->setExpectedKind(PathChooser::ExistingDirectory);
+ m_targetChooser->setHistoryCompleter(QLatin1String("Debugger.MappingTarget.History"));
connect(m_sourceLineEdit, SIGNAL(textChanged(QString)),
this, SLOT(slotEditSourceFieldChanged()));
connect(m_targetChooser, SIGNAL(changed(QString)),