Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
Dolphin
Commits
00abc6d2
Commit
00abc6d2
authored
Jun 14, 2020
by
Felix Ernst
Committed by
Elvis Angelaccio
Nov 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trailing whitespaces
parent
ad5d3367
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/dolphinmainwindow.cpp
src/dolphinmainwindow.cpp
+1
-2
src/views/dolphinurlnavigatorwidgetaction.h
src/views/dolphinurlnavigatorwidgetaction.h
+1
-1
No files found.
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
Markdown
is supported
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