diff options
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 |