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

(c338447261878111df7198fbd96051926464e865)

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

Definition at line 21 of file ioutils.cpp.

Function Documentation

◆ hasSpecialChars()

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

Definition at line 137 of file ioutils.cpp.

◆ isSpecialChar()

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

Definition at line 129 of file ioutils.cpp.