qt5base-lts/tests/auto/corelib/serialization/qxmlstream
Allan Sandfeld Jensen 95f787bfdc Replace Q_DECL_NOTHROW with noexcept the remaining places
The first replacement had missed objective-C++ code some places ourside
the src dir.

In C-files Q_DECL_NOTHROW is replaced with Q_DECL_NOEXCEPT as we still
need to turn it off when compiled in C mode, but can get rid of the old
NOTHROW moniker.

Change-Id: I6370f57066679c5120d0265a69e7e378e09d4759
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-04-09 14:48:42 +00:00
..
data Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
XML-Test-Suite Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
.gitattributes Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
.gitignore Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
qc14n.h Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
qxmlstream.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
setupSuite.sh Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
tst_qxmlstream.cpp Replace Q_DECL_NOTHROW with noexcept the remaining places 2019-04-09 14:48:42 +00:00
XML-Test-Suite-LICENSE.txt Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00