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

Method createQuickOpenLine

plugins/quickopen/quickopenplugin.cpp:1161–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161QLineEdit* QuickOpenPlugin::createQuickOpenLine(const QStringList& scopes, const QStringList& type, IQuickOpen::QuickOpenType kind)
1162{
1163 if (kind == Outline) {
1164 return new QuickOpenLineEdit(new OutlineQuickopenWidgetCreator(scopes, type));
1165 } else {
1166 return new QuickOpenLineEdit(new StandardQuickOpenWidgetCreator(scopes, type));
1167 }
1168}
1169
1170#include "quickopenplugin.moc"
1171#include "moc_quickopenplugin.cpp"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected