On 2014-04-22, Thiago Macieira <[email protected]> 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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
