diff options
Diffstat (limited to 'src/core/kdesktopfile.h')
-rw-r--r-- | src/core/kdesktopfile.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/kdesktopfile.h b/src/core/kdesktopfile.h index 2190051d..f3b293fa 100644 --- a/src/core/kdesktopfile.h +++ b/src/core/kdesktopfile.h @@ -160,6 +160,13 @@ public: QStringList readActions() const; /** + * Returns a list of the "MimeType=" entries. + * @return the list of mime types + * @since 5.15 + */ + QStringList readMimeTypes() const; + + /** * Sets the desktop action group. * @param group the new action group */ |