Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
570a55f7
Commit
570a55f7
authored
Jul 09, 2020
by
Martin Tobias Holmedahl Sandsmark
Committed by
Tomaz Canabrava
Nov 24, 2021
Browse files
remove duplicated code
parent
b5f974ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/EditProfileDialog.cpp
View file @
570a55f7
...
...
@@ -719,9 +719,6 @@ void EditProfileDialog::setupAppearancePage(const Profile::Ptr &profile)
_appearanceUi
->
useFontLineCharactersButton
->
setChecked
(
profile
->
useFontLineCharacters
());
connect
(
_appearanceUi
->
useFontLineCharactersButton
,
&
QCheckBox
::
toggled
,
this
,
&
Konsole
::
EditProfileDialog
::
useFontLineCharacters
);
_mouseUi
->
enableMouseWheelZoomButton
->
setChecked
(
profile
->
mouseWheelZoomEnabled
());
connect
(
_mouseUi
->
enableMouseWheelZoomButton
,
&
QCheckBox
::
toggled
,
this
,
&
Konsole
::
EditProfileDialog
::
toggleMouseWheelZoom
);
// cursor options
_appearanceUi
->
enableBlinkingCursorButton
->
setChecked
(
profile
->
property
<
bool
>
(
Profile
::
BlinkingCursorEnabled
));
connect
(
_appearanceUi
->
enableBlinkingCursorButton
,
&
QToolButton
::
toggled
,
this
,
&
EditProfileDialog
::
toggleBlinkingCursor
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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