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
qtemporaryfile.cpp File Reference

(c22c344f2fb90627e6cb0ad4e4588fbb1d344188)

#include "qtemporaryfile.h"
#include "qplatformdefs.h"
#include "qrandom.h"
#include "private/qtemporaryfile_p.h"
#include "private/qfile_p.h"
#include "private/qsystemerror_p.h"
#include "private/qcore_unix_p.h"
#include <errno.h>
#include "moc_qtemporaryfile.cpp"
Include dependency graph for qtemporaryfile.cpp:

Go to the source code of this file.

Macros

#define tr(X)

Typedefs

typedef char Char
typedef char Latin1Char
typedef int NativeFileHandle

Macro Definition Documentation

◆ tr

#define tr ( X)
Value:
static QString fromLatin1(QByteArrayView ba)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition qstring.cpp:5914

Definition at line 22 of file qtemporaryfile.cpp.

Typedef Documentation

◆ Char

typedef char Char

Definition at line 40 of file qtemporaryfile.cpp.

◆ Latin1Char

typedef char Latin1Char

Definition at line 41 of file qtemporaryfile.cpp.

◆ NativeFileHandle

typedef int NativeFileHandle

Definition at line 42 of file qtemporaryfile.cpp.