![]() |
Qt 6.x
The Qt SDK
|
#include <QDir>
#include <QRegularExpression>
#include <QString>
Go to the source code of this file.
Functions | |
static bool | hasSpecialChars (const QString &arg, const uchar(&iqm)[16]) |
static QString | shellQuoteUnix (const QString &arg) |
static QString | shellQuoteWin (const QString &arg) |
static QString | shellQuote (const QString &arg) |
Definition at line 12 of file shellquote_shared.h.
References arg.
Referenced by shellQuoteUnix(), and shellQuoteWin().
Definition at line 74 of file shellquote_shared.h.
References arg, QDir::separator(), shellQuoteUnix(), and shellQuoteWin().
Referenced by buildAndroidProject(), createRcc(), fileArchitecture(), getQtLibsFromElf(), isRunning(), parseTestArgs(), runAdb(), scanImports(), signAAB(), signPackage(), uninstallApk(), and waitToFinish().
Definition at line 22 of file shellquote_shared.h.
References arg, hasSpecialChars(), and ret.
Referenced by shellQuote().
Definition at line 42 of file shellquote_shared.h.
References arg, hasSpecialChars(), i, and ret.
Referenced by shellQuote().