Merge branch 'Plasma/5.18' into Plasma/5.19
This commit is contained in:
commit
13810088cc
2 changed files with 2 additions and 4 deletions
|
@ -20,7 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
void PlastikPlugin::registerTypes(const char *uri)
|
||||
{
|
||||
Q_UNUSED(uri)
|
||||
// Need to register something to tell Qt that it loaded (QTBUG-84571)
|
||||
qmlRegisterModule(uri, 1, 0);
|
||||
}
|
||||
|
||||
void PlastikPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
module org.kde.kwin.decorations.plastik
|
||||
plugin plastikplugin
|
||||
|
||||
# we need to have at least one element of Qt is not able to find the plugin *shrug*
|
||||
Foo 1.0 Foo.qml
|
||||
|
|
Loading…
Reference in a new issue