From 9d20e99fffeebe67fd8ff27cb4f9e353892f5190 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 25 Feb 2011 00:19:27 +0100 Subject: Coding style --- src/useragent/useragentinfo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/useragent/useragentinfo.h') 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 -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 */ -- cgit v1.2.1