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

Method toString

kdevplatform/language/duchain/namespacealiasdeclaration.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90QString NamespaceAliasDeclaration::toString() const
91{
92 DUCHAIN_D(NamespaceAliasDeclaration);
93 if (indexedIdentifier() != globalIndexedImportIdentifier())
94 return i18n("Import %1 as %2", d->m_importIdentifier.identifier().toString(), identifier().toString());
95 else
96 return i18n("Import %1", d->m_importIdentifier.identifier().toString());
97}
98}

Callers

nothing calls this directly

Calls 1

identifierMethod · 0.45

Tested by

no test coverage detected