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
PIM
Kontact
Commits
a22ff049
Commit
a22ff049
authored
Aug 30, 2022
by
Laurent Montel
Browse files
not necessary to use Q_SLOTS here
parent
669d3562
Pipeline
#224897
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/iconsidepane.h
View file @
a22ff049
...
...
@@ -73,13 +73,12 @@ protected:
void
dropEvent
(
QDropEvent
*
event
)
override
;
void
showEvent
(
QShowEvent
*
event
)
override
;
private
Q_SLOTS
:
private:
void
slotCurrentChanged
(
const
QModelIndex
&
current
);
void
slotActionTriggered
(
QAction
*
checked
);
void
slotHideSideBarTriggered
();
void
updateNavigatorSize
();
private:
void
setHelpText
(
QAction
*
act
,
const
QString
&
text
);
SidePaneBase
*
const
mSidePane
;
MainWindow
*
mMainWindow
=
nullptr
;
...
...
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