qt5base-lts/tests/auto/corelib/global
Marc Mutz fa08b143f3 QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()
These functions are a faster version of {,!}qgetenv().is{Null,Empty}(),
a common pattern in Qt code.

Their main advantage is that they don't need to allocate memory, so
they can be used in noexcept functions, or dynamic initialisation of
namespace-scope statics, because throwing in these contexts invokes
std::terminate().

Change-Id: I651c5bd72f450b5d7df76590f8791572fe992af5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-08-09 21:27:09 +02:00
..
q_func_info Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qflags Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qgetputenv QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}() 2012-08-09 21:27:09 +02:00
qglobal Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qlogging Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qnumeric Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qrand Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qtendian Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
global.pro Enable endianness conversions on q(u)int8 2012-03-25 13:12:24 +02:00