diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 15:58:52 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 15:58:52 +0100 |
commit | c9ab4595a61640c157f55c1d7908d8fc6bf2ec9e (patch) | |
tree | fd086ff8063f32eb2b215b2a664880b4ff1fe529 /src/useragent/useragentinfo.h | |
parent | Updated RELEASE_HOWTO (diff) | |
download | rekonq-c9ab4595a61640c157f55c1d7908d8fc6bf2ec9e.tar.xz |
Prevents rekonq from crash if an UA service cannot be found.
This fix needs IMHO an extra informational string that will be postponed to after 0.7 stable
release.
BUG:266997
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; }; |