![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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"Go to the source code of this file.
Macros | |
| #define | tr(X) |
Typedefs | |
| typedef char | Char |
| typedef char | Latin1Char |
| typedef int | NativeFileHandle |
| #define tr | ( | X | ) |
Definition at line 22 of file qtemporaryfile.cpp.
| typedef char Char |
Definition at line 40 of file qtemporaryfile.cpp.
| typedef char Latin1Char |
Definition at line 41 of file qtemporaryfile.cpp.
| typedef int NativeFileHandle |
Definition at line 42 of file qtemporaryfile.cpp.