Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
scoped_set_tz.cpp File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include "testing/scoped_set_tz.h"
#include <stdlib.h>
#include <time.h>
#include "build/build_config.h"
#include "core/fxcrt/check_op.h"
Include dependency graph for scoped_set_tz.cpp:

Go to the source code of this file.

Macros

#define SETENV(name, value)
#define TZSET   tzset
#define UNSETENV(name)

Macro Definition Documentation

◆ SETENV

#define SETENV ( name,
value )
Value:
setenv(name, value, 1)
EGLOutputLayerEXT EGLint EGLAttrib value
[3]
EGLImageKHR EGLint * name

Definition at line 22 of file scoped_set_tz.cpp.

◆ TZSET

#define TZSET   tzset

Definition at line 23 of file scoped_set_tz.cpp.

◆ UNSETENV

#define UNSETENV ( name)
Value:
unsetenv(name)

Definition at line 24 of file scoped_set_tz.cpp.