| 115 | } |
| 116 | |
| 117 | bool ProviderWidget::isCorrect() const |
| 118 | { |
| 119 | return m_projects->currentIndex().isValid(); |
| 120 | } |
| 121 | |
| 122 | void ProviderWidget::projectIndexChanged(const QModelIndex ¤tIndex) |
| 123 | { |
nothing calls this directly
no test coverage detected