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
System
KPMCore
Commits
c31eabc8
Commit
c31eabc8
authored
Jan 10, 2022
by
Andrius Štikonas
Browse files
Port away from deprecated method.
parent
1d7a4e40
Pipeline
#121254
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/backend/corebackendmanager.cpp
View file @
c31eabc8
...
...
@@ -63,7 +63,7 @@ bool CoreBackendManager::load(const QString& name)
KPluginLoader
loader
(
path
);
KPluginFactory
*
factory
=
loader
.
factory
();
KPluginMetaData
metadata
(
loader
);
KPluginMetaData
metadata
(
path
);
if
(
factory
!=
nullptr
)
{
d
->
m_Backend
=
factory
->
create
<
CoreBackend
>
(
nullptr
);
...
...
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