API dox: add missing @since
GIT_SILENT
This commit is contained in:
parent
295059675c
commit
c88354e0ed
@ -207,6 +207,7 @@ public:
|
|||||||
* Returns a list of all known applets associated with a certain mimetype.
|
* Returns a list of all known applets associated with a certain mimetype.
|
||||||
*
|
*
|
||||||
* @return list of applets
|
* @return list of applets
|
||||||
|
* @since 5.36
|
||||||
**/
|
**/
|
||||||
QList<KPluginMetaData> listAppletMetaDataForMimeType(const QString &mimetype);
|
QList<KPluginMetaData> listAppletMetaDataForMimeType(const QString &mimetype);
|
||||||
|
|
||||||
@ -223,6 +224,7 @@ public:
|
|||||||
* Returns a list of all known applets associated with a certain URL.
|
* Returns a list of all known applets associated with a certain URL.
|
||||||
*
|
*
|
||||||
* @return list of applets
|
* @return list of applets
|
||||||
|
* @since 5.36
|
||||||
**/
|
**/
|
||||||
QList<KPluginMetaData> listAppletMetaDataForUrl(const QUrl &url);
|
QList<KPluginMetaData> listAppletMetaDataForUrl(const QUrl &url);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user