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
Plasma
Bluedevil
Commits
c8b3c0d3
Commit
c8b3c0d3
authored
Oct 21, 2020
by
Nicolas Fella
Browse files
[kded] Remove pointless call to KAboutData::registerPluginData
Nothing actually reads the data.
parent
c16ea6da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kded/bluedevildaemon.cpp
View file @
c8b3c0d3
...
...
@@ -86,7 +86,6 @@ BlueDevilDaemon::BlueDevilDaemon(QObject *parent, const QList<QVariant>&)
QStringLiteral
(
"edulix@gmail.com"
),
QStringLiteral
(
"http://blog.edulix.es"
));
aboutData
.
setComponentName
(
QStringLiteral
(
"bluedevil"
));
KAboutData
::
registerPluginData
(
aboutData
);
// Initialize BluezQt
BluezQt
::
InitManagerJob
*
job
=
d
->
m_manager
->
init
();
...
...
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