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

Method setFilePosition

kdevplatform/language/codegen/templateclassgenerator.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void TemplateClassGenerator::setFilePosition(const QString& outputFile, const KTextEditor::Cursor& position)
180{
181 Q_D(TemplateClassGenerator);
182
183 d->filePositions.insert(outputFile, position);
184}
185
186void TemplateClassGenerator::addVariables(const QVariantHash& variables)
187{

Callers 1

acceptMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected