┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index 57fb98f22..ec98b0faf 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -58,6 +58,7 @@ protected:
virtual void paintEvent(QPaintEvent* event);
virtual void keyPressEvent(QKeyEvent* event);
virtual void resizeEvent(QResizeEvent* event);
+ virtual void closeEvent(QCloseEvent* event);
private slots:
/**
@@ -135,10 +136,14 @@ private:
KFileItem itemForIndex(const QModelIndex& index) const;
+ KFileItemDelegate::Information infoForColumn(int columnIndex) const;
+
private:
DolphinController* m_controller;
QStyleOptionViewItem m_viewOptions;
+ bool m_clearAdditionalInfo;
+
bool m_dragging; // TODO: remove this property when the issue #160611 is solved in Qt 4.4
QRect m_dropRect; // TODO: remove this property when the issue #160611 is solved in Qt 4.4