| 71 | } |
| 72 | |
| 73 | void TemplatePage::handleNewStuffDialogFinished(const QList<KNSCore::Entry>& changedEntries) |
| 74 | { |
| 75 | if (!changedEntries.isEmpty()) { |
| 76 | m_provider->reload(); |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | void TemplatePage::currentIndexChanged(const QModelIndex& index) |
| 81 | { |