┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinpart.h2
-rw-r--r--src/dolphinview.cpp4
-rw-r--r--src/dolphinview.h1
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:
/**