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
KDE PIM Add-ons
Commits
4495c9b3
Commit
4495c9b3
authored
Feb 16, 2022
by
Laurent Montel
😁
Browse files
Use explicit
parent
244f2778
Pipeline
#138270
passed with stage
in 13 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerconfigureplugins/openurlwith/openurlwithconfigurewidget.cpp
View file @
4495c9b3
...
...
@@ -20,7 +20,7 @@
class
OpenUrlWithConfigureItem
:
public
QListWidgetItem
{
public:
OpenUrlWithConfigureItem
(
QListWidget
*
parent
);
explicit
OpenUrlWithConfigureItem
(
QListWidget
*
parent
);
void
setInfo
(
const
MessageViewer
::
OpenWithUrlInfo
&
info
);
Q_REQUIRED_RESULT
MessageViewer
::
OpenWithUrlInfo
info
()
const
;
...
...
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