diff options
| author | Peter Penz <[email protected]> | 2008-01-07 07:38:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-07 07:38:09 +0000 |
| commit | 0e58c734c16a0de5981d7a0dc40cb9bd1cd91ae2 (patch) | |
| tree | 958cf123e3ef1a7417659d19f56e51124a8297fc /src/dolphindetailsview.h | |
| parent | df94e72262e2312f2e39a605c0f2efa1a5196266 (diff) | |
Backport of bugfix 154434 (trunk revision 757791): Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=758210
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 |
