qt5base-lts/tests/auto/network/ssl/qssldiffiehellmanparameters
Marc Mutz 033ebfae21 QSslDiffieHellmanParameters: make fit for release
- add missing \since 5.8 on free functions
- fix \relates of qHash to point to QSslDHP, not QHash, which is in another module
- API fix: use named instead of unnamed ctors
- share code between ctors
- API fix: add inline move ctor (for now, this requires using a naked d pointer,
  which isn't much of a problem, since the class is immutable).

Change-Id: Ic30f9c3c03b8a3798e0676e38991ead85c587214
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
2016-08-12 12:33:07 +00:00
..
qssldiffiehellmanparameters.pro Add settable QSslDiffieHellmanParameters for QSslSocket-based servers. 2016-05-25 20:00:12 +00:00
tst_qssldiffiehellmanparameters.cpp QSslDiffieHellmanParameters: make fit for release 2016-08-12 12:33:07 +00:00