| 120 | } |
| 121 | |
| 122 | void ProviderWidget::projectIndexChanged(const QModelIndex ¤tIndex) |
| 123 | { |
| 124 | if (currentIndex.isValid()) { |
| 125 | QString name = currentIndex.data().toString(); |
| 126 | emit changed(name); |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | void ProviderWidget::showSettings() |
| 131 | { |