comparison ui/sslconnection.h @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents 2949f1842955
children 2a1aa9df8f11
comparison
equal deleted inserted replaced
1052:0b2169f7ce09 1053:78798d3af8f0
86 */ 86 */
87 virtual void setProxy(const QUrl &proxyUrl); 87 virtual void setProxy(const QUrl &proxyUrl);
88 88
89 /** @brief Set acceptable ciphersuites. 89 /** @brief Set acceptable ciphersuites.
90 * 90 *
91 * @param [in] cipers a zero terminated list of ciphers as defined in 91 * @param [in] ciphers a zero terminated list of ciphers as defined in
92 * polarssl/ssl_ciphersuites.h 92 * polarssl/ssl_ciphersuites.h
93 */ 93 */
94 virtual void setCiphersuites(int ciphers[]) = 0; 94 virtual void setCiphersuites(int ciphers[]) = 0;
95 95
96 protected: 96 protected:

http://wald.intevation.org/projects/trustbridge/