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
Filelight
Commits
43937ee5
Commit
43937ee5
authored
Mar 25, 2021
by
Laurent Montel
😁
Browse files
Port deprecated signal
parent
fb4e02d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainWindow.cpp
View file @
43937ee5
...
...
@@ -179,7 +179,7 @@ void MainWindow::setupActions() //singleton function
m_recentScans
->
loadEntries
(
KSharedConfig
::
openConfig
()
->
group
(
"general"
));
connect
(
m_recentScans
,
&
KRecentFilesAction
::
urlSelected
,
this
,
&
MainWindow
::
slotScanUrl
);
connect
(
m_combo
,
static_cast
<
void
(
KHistoryComboBox
::*
)()
>
(
&
KHistoryComboBox
::
returnPressed
),
this
,
&
MainWindow
::
slotComboScan
);
connect
(
m_combo
,
QOverload
<
const
QString
&>::
of
(
&
KHistoryComboBox
::
returnPressed
),
this
,
&
MainWindow
::
slotComboScan
);
connect
(
m_histories
,
&
HistoryCollection
::
activated
,
this
,
&
MainWindow
::
slotScanUrl
);
}
...
...
Write
Preview
Markdown
is supported
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