| 1159 | } |
| 1160 | |
| 1161 | QLineEdit* 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" |
no outgoing calls
no test coverage detected