| 235 | } |
| 236 | |
| 237 | QuickOpenWidget::~QuickOpenWidget() |
| 238 | { |
| 239 | m_model->setTreeView(nullptr); |
| 240 | } |
| 241 | |
| 242 | QuickOpenWidgetDialog::QuickOpenWidgetDialog(const QString& title, QuickOpenModel* model, const QStringList& initialItems, const QStringList& initialScopes, bool listOnly, bool noSearchField) |
| 243 | { |
nothing calls this directly
no test coverage detected