![]() |
Qt 6.x
The Qt SDK
|
#include <QByteArray>
#include <QString>
#include <QFile>
Go to the source code of this file.
Classes | |
struct | CharType< QString > |
struct | CharType< QByteArray > |
Functions | |
template<typename StringType > | |
StringType | escapeDependencyPath (const StringType &path) |
static QByteArray | escapeAndEncodeDependencyPath (const QString &path) |
|
inlinestatic |
Definition at line 50 of file depfile_shared.h.
References QFile::encodeName(), and escapeDependencyPath().
Referenced by runMoc(), and writeDependencyFile().
StringType escapeDependencyPath | ( | const StringType & | path | ) |
Definition at line 26 of file depfile_shared.h.
References i.
Referenced by escapeAndEncodeDependencyPath(), and runMoc().