MCPcopy Create free account
hub / github.com/KDE/kdiff3 / prettyAbsPath

Method prettyAbsPath

test/fakefileaccess.cpp:55–58  ·  view source on GitHub ↗

bool isReadable() const; bool isWritable() const; bool isExecutable() const; bool isHidden() const; QString readLink() const; QDateTime created() const; QDateTime lastModified() const; QDateTime lastRead() const; QString fileName() const; // Just the name-part of the path, without parent directories QString filePath() const; // The path-string that was used during construction

Source from the content-addressed store, hash-verified

53// QString fileName() const; // Just the name-part of the path, without parent directories
54// QString filePath() const; // The path-string that was used during construction
55QString FileAccess::prettyAbsPath() const
56{
57 return QString("");
58}
59// KUrl url() const;
60QString FileAccess::absoluteFilePath() const
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected