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

Method indentationSample

plugins/clang/clangsupport.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353QString ClangSupport::indentationSample() const
354{
355 return QStringLiteral("class C{\n class D {\n void c() {\n int m;\n }\n }\n};\n");
356}
357
358TopDUContext* ClangSupport::standardContext(const QUrl &url, bool /*proxyContext*/)
359{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected