Skip to content
Commit f90bbef1 authored by Alexander Lohnau's avatar Alexander Lohnau Committed by Nicolas Fella
Browse files

shell/packageplugins: Use constructors from base class

Because the constructor of the base class is public, instances
could be created outside of the PackageLoader.
This means that one might want to use the standard QObject-parent approach.
The PackageLoader doesn't use this and deletes the instances when it is deleted.
parent 41c6ef5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment