diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-24 18:04:36 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-26 00:20:20 +0100 |
commit | 57afe14d972af3d7073926301c0c4f4ebf627171 (patch) | |
tree | 2b410f47ad1c74ba3f6973ceb548a5769f3a8780 /src/useragent/useragentinfo.h | |
parent | clean up UserAgentManager code (diff) | |
download | rekonq-57afe14d972af3d7073926301c0c4f4ebf627171.tar.xz |
refactor UA menu to let it be in the same shape as Konqueror
REVIEW: 103230
REVIEWED-BY: fritz_van_tom
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 |