aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/environmentwidget.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-01 13:00:46 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-08 11:08:27 +0000
commit33465ce2be5bdbc79adddb7899bca4f1ff0fc405 (patch)
treecd2b8a7b13bc9a21e190cb3bd144f9152cc902c6 /src/plugins/projectexplorer/environmentwidget.h
parent4a3b63c1d9ce5d4e4ac4e9c6c5dc61ae79755307 (diff)
Use Utils::TreeView in EnvironmentWidget
Change-Id: I43c0a39d102d3cf569b4a3c073af393a0a15c68a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/environmentwidget.h')
-rw-r--r--src/plugins/projectexplorer/environmentwidget.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/projectexplorer/environmentwidget.h b/src/plugins/projectexplorer/environmentwidget.h
index 99a390d0f4..73cf307ab1 100644
--- a/src/plugins/projectexplorer/environmentwidget.h
+++ b/src/plugins/projectexplorer/environmentwidget.h
@@ -28,7 +28,6 @@
#include "projectexplorer_export.h"
#include <QWidget>
-#include <QTreeView>
QT_FORWARD_DECLARE_CLASS(QModelIndex)
@@ -38,16 +37,6 @@ class EnvironmentItem;
} // namespace Utils
namespace ProjectExplorer {
-namespace Internal {
-class EnvironmentTreeView : public QTreeView
-{
-public:
- EnvironmentTreeView(QWidget *parent);
-protected:
- QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers);
- void keyPressEvent(QKeyEvent *event);
-};
-} // namespace Internal
class EnvironmentWidgetPrivate;