Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
depfile_shared.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QByteArray>
#include <QString>
#include <QFile>
+ Include dependency graph for depfile_shared.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ escapeAndEncodeDependencyPath()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ escapeDependencyPath()

template<typename StringType >
StringType escapeDependencyPath ( const StringType & path)

Definition at line 26 of file depfile_shared.h.

References i.

Referenced by escapeAndEncodeDependencyPath(), and runMoc().

+ Here is the caller graph for this function: