qt6-bb10/src/network
Thiago Macieira 373845dfd8 Add Q_DECL_NOTHROW to some qHash functions
The hashing functions for QDateTime and QHostAddress did not get the
noexcept keyword because they might allocate memory. QDateTime doesn't
do it now, but it could in the future. QHostAddress does allocate
memory today.

Change-Id: Ia5f80942944bfc2b8c405306c467bfd88ef0e48c
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-08-20 21:59:21 +02:00
..
access Add missing #include <qmetatype.h> 2012-08-20 16:58:01 +02:00
bearer QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
doc Doc: Added a Qt Network landing page. 2012-08-10 17:08:34 +02:00
kernel Add Q_DECL_NOTHROW to some qHash functions 2012-08-20 21:59:21 +02:00
socket Fix sockets for Windows CE 2012-08-14 03:56:55 +02:00
ssl doc: Fixed qdoc errors in SSL 2012-08-18 21:08:33 +02:00
network.pro rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00