diff options
author | Arno <arno@disconnect.de> | 2018-07-21 01:39:55 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-21 01:39:55 +0200 |
commit | 0c20652c4b352e0498583c9fdb98f7e289087433 (patch) | |
tree | 87a991857b2cce0ce2a5e39dae3b01849a5a0f95 /fswidget.h | |
parent | 46107d3b705eb379a2f007a4cfc9876521298254 (diff) | |
download | SheMov-0c20652c4b352e0498583c9fdb98f7e289087433.tar.gz SheMov-0c20652c4b352e0498583c9fdb98f7e289087433.tar.bz2 SheMov-0c20652c4b352e0498583c9fdb98f7e289087433.zip |
Prepare FSWidget for show/hide headers
Don't clear the model when gathering data. Delete all rows instead to
keep the headers consistent. Also add a visible column for the full
path.
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ class FSWidget : public QWidget { Viewer *mViewer; int mQueryCount; QAction *mPlayWithA; + QHash<QString, int> mHeaderData; }; #endif // FSWIDGET_H |