summaryrefslogtreecommitdiff
path: root/src/useragent/useragentinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/useragent/useragentinfo.h')
-rw-r--r--src/useragent/useragentinfo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/useragent/useragentinfo.h b/src/useragent/useragentinfo.h
index 6a62b415..68af50ab 100644
--- a/src/useragent/useragentinfo.h
+++ b/src/useragent/useragentinfo.h
@@ -40,26 +40,26 @@
#include <QString>
-class UserAgentInfo
+class UserAgentInfo
{
public:
UserAgentInfo();
-
+
/**
* Lists all available User Agents
- *
+ *
* @returns the list of the UA descriptions
*/
QStringList availableUserAgents();
-
+
/**
* Set User Agent for host
- *
+ *
* @param uaIndex the index of the UA description. @see availableUserAgents()
* @param host the host to se the UA
*/
bool setUserAgentForHost(int uaIndex, const QString &host);
-
+
/**
* @returns the index of the UA set for the @p host
*/