From 5ee8f9e5a29a237b9f8e22151c4da47617c524c6 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Sun, 24 Aug 2014 17:41:09 +0200 Subject: [PATCH] Protect org.kde.kdeconnect against external module registration Fixes this message on plasmashell startup: Module 'org.kde.kdeconnect' does not contain a module identifier directive - it cannot be protected from external registrations. REVIEW: 119923 --- plasmoid/declarativeplugin/qmldir | 1 + 1 file changed, 1 insertion(+) diff --git a/plasmoid/declarativeplugin/qmldir b/plasmoid/declarativeplugin/qmldir index 9d5f411cb..a98571e52 100644 --- a/plasmoid/declarativeplugin/qmldir +++ b/plasmoid/declarativeplugin/qmldir @@ -1 +1,2 @@ +module org.kde.kdeconnect plugin kdeconnectdeclarativeplugin