From 1d45add3f8ea48c2e55090477ebec999d80d1f80 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 4 Apr 2018 08:43:20 +0200 Subject: Rename FSView to SmView Turns out it's more general purpose than I thought. Gonna reuse it for MovieWidget. --- fswidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fswidget.h') diff --git a/fswidget.h b/fswidget.h index 351dc3f..8b8e0ab 100644 --- a/fswidget.h +++ b/fswidget.h @@ -14,7 +14,7 @@ class NewMovieWizard; class NewPicsDialog; class Viewer; class FSProxy; -class FSView; +class SmView; class FSWidget : public QWidget { Q_OBJECT @@ -55,7 +55,7 @@ class FSWidget : public QWidget { void setupWidget(); QComboBox *mDirCB; QComboBox *mFilterCB; - FSView *mFileView; + SmView *mFileView; QStandardItemModel *mModel; FSProxy *mProxy; NewMovieWizard *mMovieWizard; -- cgit v1.2.3-70-g09d2