diff options
| author | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-05-06 17:41:49 +0000 |
| commit | cdcb4b0166aefdd382d20e7ff3b5cb217ba54ba8 (patch) | |
| tree | 0b4d25e399f292d2159aa342dfe8c940d98134f3 /src/dolphindetailsview.cpp | |
| parent | bafaf9496cc439c461e249057e5d913e9aa734fc (diff) | |
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
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 af503723a..4c4102e8b 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -33,8 +33,8 @@ #include <QHeaderView> DolphinDetailsView::DolphinDetailsView(QWidget* parent, DolphinController* controller) : - QTreeView(parent), - m_controller(controller) + QTreeView(parent), + m_controller(controller) { Q_ASSERT(controller != 0); |
