From 4847284500c9b9792bd1ab8c2913d6f6c2307152 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 1 Feb 2018 08:45:43 +0100 Subject: Sort copy dirs whenever possible --- itemselectionwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'itemselectionwidget.h') diff --git a/itemselectionwidget.h b/itemselectionwidget.h index f78b9d1..9829451 100644 --- a/itemselectionwidget.h +++ b/itemselectionwidget.h @@ -5,7 +5,7 @@ #include class QStandardItemModel; -class QListView; +class QTreeView; class QLineEdit; class ItemSelectionWidget : public QWidget @@ -24,7 +24,7 @@ class ItemSelectionWidget : public QWidget private: QStandardItemModel *mModel; - QListView *mView; + QTreeView *mView; QLineEdit *mItem; QIcon mIcon; }; -- cgit v1.2.3-70-g09d2