┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp3
-rw-r--r--src/views/dolphinurlnavigatorwidgetaction.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 7c75ef012..6d47afae1 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -880,7 +880,6 @@ void DolphinMainWindow::toggleLocationInToolbar()
m_activeViewContainer->urlNavigator()->editor()->lineEdit()->setSelection(selectionStart, selectionLength);
}
}
-
}
void DolphinMainWindow::toggleEditLocation()
@@ -2237,7 +2236,7 @@ void DolphinMainWindow::connectViewSignals(DolphinViewContainer* container)
this, &DolphinMainWindow::slotEditableStateChanged);
connect(navigator, &KUrlNavigator::tabRequested,
this, &DolphinMainWindow::openNewTabAfterLastTab);
-
+
connect(container->urlNavigatorInternal(), &KUrlNavigator::historyChanged,
this, &DolphinMainWindow::updateHistory);
}
diff --git a/src/views/dolphinurlnavigatorwidgetaction.h b/src/views/dolphinurlnavigatorwidgetaction.h
index 5efd07f46..517afc05a 100644
--- a/src/views/dolphinurlnavigatorwidgetaction.h
+++ b/src/views/dolphinurlnavigatorwidgetaction.h
@@ -43,7 +43,7 @@ public:
DolphinUrlNavigatorWidgetAction(QWidget *parent = nullptr);
DolphinUrlNavigator *urlNavigator() const;
-
+
/**
* Set the QStackedWidget which is the defaultWidget() to either
* show a KUrlNavigator or an expanding spacer.