diff options
| author | Peter Penz <[email protected]> | 2008-01-05 22:09:07 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-05 22:09:07 +0000 |
| commit | e3ed05b37249e487c46ab3e0512b43a8bd9316fc (patch) | |
| tree | 0b9ba15cd1a46297a346396da1838b4350b3581a /src/dolphindetailsview.h | |
| parent | 64b6e679d6d487ce00cfeb148d68e98acaad378b (diff) | |
Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
BUG: 154434
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=757791
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index cfa5062b7..086121f7a 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -58,7 +58,6 @@ protected: virtual void paintEvent(QPaintEvent* event); virtual void keyPressEvent(QKeyEvent* event); virtual void resizeEvent(QResizeEvent* event); - virtual void closeEvent(QCloseEvent* event); private slots: /** @@ -149,8 +148,6 @@ private: QFont m_font; QSize m_decorationSize; - 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 |
