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

(b4bb4449aea7592afdb9b9134bb90c40fe29735a)

#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:5906

Definition at line 21 of file qtemporaryfile.cpp.

Typedef Documentation

◆ Char

typedef char Char

Definition at line 39 of file qtemporaryfile.cpp.

◆ Latin1Char

typedef char Latin1Char

Definition at line 40 of file qtemporaryfile.cpp.

◆ NativeFileHandle

typedef int NativeFileHandle

Definition at line 41 of file qtemporaryfile.cpp.