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

(37a4d711555f1876a5d861da556160e90d5f4e33)

#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>
Include dependency graph for ioutils.cpp:

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])

Macro Definition Documentation

◆ fL1S

#define fL1S ( s)
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
GLdouble s
[6]
Definition qopenglext.h:235

Definition at line 21 of file ioutils.cpp.

Function Documentation

◆ hasSpecialChars()

bool hasSpecialChars ( const QString & arg,
const uchar(&) iqm[16] )
inlinestatic

Definition at line 136 of file ioutils.cpp.

◆ isSpecialChar()

bool isSpecialChar ( ushort c,
const uchar(&) iqm[16] )
inlinestatic

Definition at line 128 of file ioutils.cpp.