API dox: add missing @since

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2019-09-08 23:51:04 +02:00
parent 295059675c
commit c88354e0ed

View File

@ -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<KPluginMetaData> 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<KPluginMetaData> listAppletMetaDataForUrl(const QUrl &url);