Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "ioutils.h"
#include <qdir.h>
#include <qfile.h>
#include <qregularexpression.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <utime.h>
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | fL1S(s) |
Functions | |
static bool | isSpecialChar (ushort c, const uchar(&iqm)[16]) |
static bool | hasSpecialChars (const QString &arg, const uchar(&iqm)[16]) |
#define fL1S | ( | s | ) |
Definition at line 21 of file ioutils.cpp.
Definition at line 137 of file ioutils.cpp.
Definition at line 129 of file ioutils.cpp.