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
Utilities
KCalc
Commits
54b616fc
Commit
54b616fc
authored
Aug 09, 2021
by
Laurent Montel
😁
Browse files
Use new connect signal/Slot
parent
abead5ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcalc.cpp
View file @
54b616fc
...
...
@@ -212,7 +212,7 @@ void KCalculator::setupMainActions()
action_bitset_show_
->
setChecked
(
true
);
connect
(
action_bitset_show_
,
&
KToggleAction
::
toggled
,
this
,
&
KCalculator
::
slotBitsetshow
);
KStandardAction
::
preferences
(
this
,
SLOT
(
showSettings
())
,
actionCollection
());
KStandardAction
::
preferences
(
this
,
&
KCalculator
::
showSettings
,
actionCollection
());
KStandardAction
::
keyBindings
(
guiFactory
(),
&
KXMLGUIFactory
::
showConfigureShortcutsDialog
,
actionCollection
());
}
...
...
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