diff options
author | Arno <arno@disconnect.de> | 2018-02-01 08:45:43 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-01 08:45:43 +0100 |
commit | 4847284500c9b9792bd1ab8c2913d6f6c2307152 (patch) | |
tree | 6a9565d3a0ce9e8117f51655c3d73e574fd7867a /itemselectionwidget.h | |
parent | f2604b62b777d7cab001bb5b7d80ad25b586e554 (diff) | |
download | ShemovCleaner-4847284500c9b9792bd1ab8c2913d6f6c2307152.tar.gz ShemovCleaner-4847284500c9b9792bd1ab8c2913d6f6c2307152.tar.bz2 ShemovCleaner-4847284500c9b9792bd1ab8c2913d6f6c2307152.zip |
Sort copy dirs whenever possible
Diffstat (limited to 'itemselectionwidget.h')
-rw-r--r-- | itemselectionwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/itemselectionwidget.h b/itemselectionwidget.h index f78b9d1..9829451 100644 --- a/itemselectionwidget.h +++ b/itemselectionwidget.h @@ -5,7 +5,7 @@ #include <QIcon> 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; }; |