diff options
Diffstat (limited to 'src/useragent/useragentinfo.h')
-rw-r--r-- | src/useragent/useragentinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/useragent/useragentinfo.h b/src/useragent/useragentinfo.h index 417aeea1..86319d9e 100644 --- a/src/useragent/useragentinfo.h +++ b/src/useragent/useragentinfo.h @@ -46,6 +46,12 @@ public: UserAgentInfo(); /** + * Lists all available providers + * + */ + KService::List availableProviders() const; + + /** * Lists all available User Agents * * @returns the list of the UA descriptions |