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

QByteArray escapeAndEncodeDependencyPath ( const QString & path)
inlinestatic

Definition at line 50 of file depfile_shared.h.

◆ escapeDependencyPath()

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

Definition at line 26 of file depfile_shared.h.