summaryrefslogtreecommitdiff
path: root/src/useragent/useragentinfo.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-28 15:58:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-28 15:58:52 +0100
commitc9ab4595a61640c157f55c1d7908d8fc6bf2ec9e (patch)
treefd086ff8063f32eb2b215b2a664880b4ff1fe529 /src/useragent/useragentinfo.h
parentUpdated RELEASE_HOWTO (diff)
downloadrekonq-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.h2
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;
};