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

Method indentingSample

plugins/astyle/astyle_plugin.cpp:377–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377QString AStylePlugin::indentingSample(AStylePreferences::Language lang)
378{
379 switch (lang) {
380 case AStylePreferences::ObjC:
381 return indentingObjCSample();
382 default:
383 return indentingCppSample();
384 }
385 Q_UNREACHABLE();
386}
387
388#include "astyle_plugin.moc"
389#include "moc_astyle_plugin.cpp"

Callers

nothing calls this directly

Calls 2

indentingObjCSampleFunction · 0.85
indentingCppSampleFunction · 0.85

Tested by

no test coverage detected