diff options
| author | Pino Toscano <[email protected]> | 2008-11-01 12:47:33 +0000 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2008-11-01 12:47:33 +0000 |
| commit | 651ebed54bc7b78c0338ba8afdc75a4020c3bfaa (patch) | |
| tree | 76179a2e4c2654cc51ec748ae64314e8bbc3407b /src/dolphindetailsview.cpp | |
| parent | dea4444c4a8d615c68bd6d2b05124cc8d66bd6d7 (diff) | |
initialise in the correct order
svn path=/trunk/KDE/kdebase/apps/; revision=878498
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index b127aad49..b2425b93f 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -51,12 +51,12 @@ DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* contr m_expandingTogglePressed(false), m_keyPressed(false), m_useDefaultIndexAt(true), + m_ignoreScrollTo(false), m_controller(controller), m_selectionManager(0), m_font(), m_decorationSize(), - m_band(), - m_ignoreScrollTo(false) + m_band() { const DetailsModeSettings* settings = DolphinSettings::instance().detailsModeSettings(); Q_ASSERT(settings != 0); |
