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
PIM
Akonadi Console
Commits
57596327
Commit
57596327
authored
Sep 26, 2021
by
Laurent Montel
😁
Browse files
Remove some qOverload as we remove deprecated qt5.15 signal
parent
f049430e
Pipeline
#82742
passed with stage
in 8 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobtrackersearchwidget.cpp
View file @
57596327
...
...
@@ -41,7 +41,7 @@ JobTrackerSearchWidget::JobTrackerSearchWidget(QWidget *parent)
mSelectColumn
->
addItem
(
QStringLiteral
(
"Job Type"
),
4
);
mSelectColumn
->
addItem
(
QStringLiteral
(
"State"
),
5
);
mSelectColumn
->
addItem
(
QStringLiteral
(
"Info"
),
6
);
connect
(
mSelectColumn
,
qOverload
<
int
>
(
&
QComboBox
::
currentIndexChanged
)
,
this
,
&
JobTrackerSearchWidget
::
slotColumnChanged
);
connect
(
mSelectColumn
,
&
QComboBox
::
currentIndexChanged
,
this
,
&
JobTrackerSearchWidget
::
slotColumnChanged
);
}
JobTrackerSearchWidget
::~
JobTrackerSearchWidget
()
...
...
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