diff options
Diffstat (limited to 'src/useragent/useragentinfo.h')
-rw-r--r-- | src/useragent/useragentinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/useragent/useragentinfo.h b/src/useragent/useragentinfo.h index 68af50ab..f95c696c 100644 --- a/src/useragent/useragentinfo.h +++ b/src/useragent/useragentinfo.h @@ -71,6 +71,8 @@ private: QString userAgentVersion(int); QString userAgentDescription(int); + bool providerExists(int); + private: KService::List m_providers; }; |