diff options
| author | Frank Reininghaus <[email protected]> | 2009-11-14 16:33:25 +0000 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2009-11-14 16:33:25 +0000 |
| commit | 452b480d85b8265485f3db3af318924952ac5f7d (patch) | |
| tree | 997f37799dcb8e30308a2f24b79258d4a94c881d /src | |
| parent | 487215f0c459ca38c68619325edac4a2fe42ca4b (diff) | |
SVN_SILENT: Remove trailing white space
svn path=/trunk/KDE/kdebase/apps/; revision=1049182
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinpart.h | 2 | ||||
| -rw-r--r-- | src/dolphinview.cpp | 4 | ||||
| -rw-r--r-- | src/dolphinview.h | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 28199ea2a..ee6e38417 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -227,7 +227,7 @@ public: virtual void restoreState(QDataStream &stream); virtual void saveState(QDataStream &stream); - + public Q_SLOTS: void cut(); void copy(); diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 2d95be828..b805543fd 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -1108,7 +1108,7 @@ void DolphinView::saveState(QDataStream &stream) KUrl currentUrl; if (!currentItem.isNull()) currentUrl = currentItem.url(); - + stream << currentUrl; // view position @@ -1213,7 +1213,7 @@ void DolphinView::slotLoadingCompleted() { m_expanderActive = false; m_loadingDirectory = false; - + if (!m_activeItemUrl.isEmpty()) { // assure that the current item remains visible const QModelIndex dirIndex = m_viewAccessor.dirModel()->indexForUrl(m_activeItemUrl); diff --git a/src/dolphinview.h b/src/dolphinview.h index 7ee7cd02e..0d3b15098 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -373,7 +373,6 @@ public: * Saves the view state (current item, contents position, details view expansion state) */ void saveState(QDataStream &stream); - public slots: /** |
