diff --git a/src/plasma/pluginloader.h b/src/plasma/pluginloader.h index 7f9555ab9..313ed337d 100644 --- a/src/plasma/pluginloader.h +++ b/src/plasma/pluginloader.h @@ -207,6 +207,7 @@ public: * Returns a list of all known applets associated with a certain mimetype. * * @return list of applets + * @since 5.36 **/ QList listAppletMetaDataForMimeType(const QString &mimetype); @@ -223,6 +224,7 @@ public: * Returns a list of all known applets associated with a certain URL. * * @return list of applets + * @since 5.36 **/ QList listAppletMetaDataForUrl(const QUrl &url);