summaryrefslogtreecommitdiffstats
path: root/fswidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-07-21 01:39:55 +0200
committerArno <arno@disconnect.de>2018-07-21 01:39:55 +0200
commit0c20652c4b352e0498583c9fdb98f7e289087433 (patch)
tree87a991857b2cce0ce2a5e39dae3b01849a5a0f95 /fswidget.h
parent46107d3b705eb379a2f007a4cfc9876521298254 (diff)
downloadSheMov-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fswidget.h b/fswidget.h
index 90aeb70..d46e74c 100644
--- a/fswidget.h
+++ b/fswidget.h
@@ -65,6 +65,7 @@ class FSWidget : public QWidget {
Viewer *mViewer;
int mQueryCount;
QAction *mPlayWithA;
+ QHash<QString, int> mHeaderData;
};
#endif // FSWIDGET_H