[Development] Qt 5.3 header diff: QtNetwork

Sune Vuorela nospam at vuorela.dk
Tue Apr 22 23:57:47 CEST 2014


On 2014-04-22, Thiago Macieira <thiago.macieira at intel.com> wrote:
> --- a/src/network/ssl/qsslconfiguration.h
> +++ b/src/network/ssl/qsslconfiguration.h
> @@ -131,6 +132,21 @@ public:
> +    static const char NextProtocolSpdy3_0[];
> +    static const char NextProtocolHttp1_1[];

These static const char[] kind of triggers my 'something looks wrong and
not like Qt is supposed to look like'-feeling. I haven't investigated
what they are for or how they are set and used. It just looks wrong to
me.

/Sune




More information about the Development mailing list