MCPcopy Create free account
hub / github.com/KDE/kdevelop / toUserOutput

Method toUserOutput

plugins/qmljs/3rdparty/qtcreator-libs/utils/fileutils.cpp:585–588  ·  view source on GitHub ↗

\returns a QString to display to the user Converts the separators to the native format

Source from the content-addressed store, hash-verified

583/// \returns a QString to display to the user
584/// Converts the separators to the native format
585QString FileName::toUserOutput() const
586{
587 return QDir::toNativeSeparators(toString());
588}
589
590QString FileName::fileName(int pathComponents) const
591{

Callers 3

removeRecursivelyMethod · 0.80
copyRecursivelyMethod · 0.80
shortNativePathMethod · 0.80

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected