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
64cf1876
Commit
64cf1876
authored
Sep 27, 2021
by
Laurent Montel
😁
Browse files
Not necessary now to use qOverload
parent
20504b0a
Pipeline
#82927
passed with stage
in 8 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/searchwidget.cpp
View file @
64cf1876
...
...
@@ -101,7 +101,7 @@ SearchWidget::SearchWidget(QWidget *parent)
connect
(
button
,
&
QPushButton
::
clicked
,
this
,
&
SearchWidget
::
search
);
connect
(
mDatabaseView
,
&
QListView
::
activated
,
this
,
&
SearchWidget
::
fetchItem
);
connect
(
mStoreCombo
,
qOverload
<
int
>
(
&
KComboBox
::
currentIndexChanged
)
,
this
,
&
SearchWidget
::
openStore
);
connect
(
mStoreCombo
,
&
KComboBox
::
currentIndexChanged
,
this
,
&
SearchWidget
::
openStore
);
openStore
(
0
);
...
...
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