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
Network
Krfb
Commits
a9097090
Commit
a9097090
authored
Oct 14, 2021
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Oct 14, 2021
Browse files
Fix API deprecation warning
parent
d1e76147
Pipeline
#88721
failed with stage
in 23 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
krfb/eventsmanager.cpp
View file @
a9097090
...
@@ -64,7 +64,7 @@ void EventsManager::loadPlugins()
...
@@ -64,7 +64,7 @@ void EventsManager::loadPlugins()
{
{
//qDebug();
//qDebug();
const
QVector
<
KPluginMetaData
>
plugins
=
KPlugin
Loader
::
findPlugins
(
QStringLiteral
(
"krfb/events"
));
const
QVector
<
KPluginMetaData
>
plugins
=
KPlugin
MetaData
::
findPlugins
(
QStringLiteral
(
"krfb/events"
));
QVectorIterator
<
KPluginMetaData
>
i
(
plugins
);
QVectorIterator
<
KPluginMetaData
>
i
(
plugins
);
i
.
toBack
();
i
.
toBack
();
...
...
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