summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-01-20 14:45:59 +0100
committerMarc Mutz <marc.mutz@kdab.com>2015-01-21 11:22:35 +0100
commit95e9b93a771f09d4f8dcff87f99dfdd2b955acfa (patch)
treefce49add1b8fc5ddc334670daaab39def51e95be /src/corelib
parent0c281bcc65f908a0b29ed89c0328a085b7be9db5 (diff)
QSslEllipticCurve: don't call QSslSocketPrivate::ensureInitialized() in const functions
Rationale: the case of an invalid QSslEllipticCurve is already dealt with before we'd call ensureInitialized(). But in order to have a non-invalid QSslEllipticCurve, we must have called one of the constructor functions first. There, we already call ensureInitialized(), so we don't need to do it here again. Change-Id: I96bdb5db63ec0165e6b8fac9469b5d81c6b2cdae Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib')
0 files changed, 0 insertions, 0 deletions