aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2020-09-18 12:11:40 +0200
committerhjk <[email protected]>2020-09-23 07:44:42 +0000
commitcec468d78a57b2858d3b5c03ccb5c5c1928d628c (patch)
tree1118e25efb84695de335768aae04818e9685dd84 /src/plugins/debugger/debuggersourcepathmappingwidget.cpp
parent834cb8d114110d4905c007f45841fd1045851ec7 (diff)
Utils/ProjectExplorer: Move re-usabled bits of aspects to Utils
Classes involved are BaseAspect and some derived classes, LayoutBuilder and VariableChooser. This is mostly mechanical, with various include/using changes to make it compile. Change-Id: I624a457f3555f102e541c4c71e33a9423af32250 Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.cpp')
-rw-r--r--src/plugins/debugger/debuggersourcepathmappingwidget.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
index 8652ff10f80..826b440467e 100644
--- a/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
+++ b/src/plugins/debugger/debuggersourcepathmappingwidget.cpp
@@ -26,14 +26,13 @@
#include "debuggersourcepathmappingwidget.h"
#include "debuggerengine.h"
-#include <coreplugin/variablechooser.h>
-
#include <utils/buildablehelperlibrary.h>
#include <utils/fancylineedit.h>
+#include <utils/hostosinfo.h>
#include <utils/pathchooser.h>
#include <utils/qtcassert.h>
#include <utils/synchronousprocess.h>
-#include <utils/hostosinfo.h>
+#include <utils/variablechooser.h>
#include <QStandardItemModel>
#include <QTreeView>
@@ -276,7 +275,7 @@ DebuggerSourcePathMappingWidget::DebuggerSourcePathMappingWidget(QWidget *parent
editLayout->addRow(editTargetLabel, m_targetChooser);
editLayout->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
- auto chooser = new Core::VariableChooser(this);
+ auto chooser = new VariableChooser(this);
chooser->addSupportedWidget(m_targetChooser->lineEdit());
// Main layout