summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/fileview.h b/fileview.h
index aa9244c..65097bd 100644
--- a/fileview.h
+++ b/fileview.h
@@ -51,8 +51,8 @@ class FileView : public SmTreeView {
void selectedFilesChanged();
void properties();
- protected slots:
- virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
+ protected slots:
+ virtual void closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
protected:
virtual void contextMenuEvent(QContextMenuEvent *e);
@@ -67,10 +67,7 @@ class FileView : public SmTreeView {
QAction *mDeleteA;
HoverWindow *mHoverWin;
QModelIndex mCurHover;
- bool mHoverDirs;
- bool mHoverMovies;
bool mHoverPics;
- QString mWhen;
qint16 mCursorOffset;
QList<QString> mMd5Sums;
FilesystemFileProxy *mProxy;