| 172 | } |
| 173 | |
| 174 | void QuickOpenModel::restart(bool keepFilterText) |
| 175 | { |
| 176 | // make sure we do not restart recursively which could lead to |
| 177 | // recursive loading of provider plugins e.g. (happened for the cpp plugin) |
| 178 | QMetaObject::invokeMethod(this, "restart_internal", Qt::QueuedConnection, |
| 179 | Q_ARG(bool, keepFilterText)); |
| 180 | } |
| 181 | |
| 182 | void QuickOpenModel::restart_internal(bool keepFilterText) |
| 183 | { |
no outgoing calls