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

Function previewText

plugins/astyle/astyle_plugin.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214QString previewText(const QString& indentingSample, const QString& formattingSample)
215{
216 return QLatin1String("// Indentation\n") + indentingSample + QLatin1String("\t// Formatting\n") + formattingSample;
217}
218
219} // unnamed namespace
220

Callers 1

previewTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected