Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
00abc6d2
Commit
00abc6d2
authored
Jun 14, 2020
by
Felix Ernst
🇺🇦
Committed by
Elvis Angelaccio
Nov 09, 2020
Browse files
trailing whitespaces
parent
ad5d3367
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dolphinmainwindow.cpp
View file @
00abc6d2
...
...
@@ -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
);
}
...
...
src/views/dolphinurlnavigatorwidgetaction.h
View file @
00abc6d2
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment