| 86 | } |
| 87 | |
| 88 | ProjectSourcePage::~ProjectSourcePage() |
| 89 | { |
| 90 | KConfigGroup configGroup = KSharedConfig::openConfig()->group(QStringLiteral("Providers")); |
| 91 | configGroup.writeEntry("LastProviderIndex", m_ui->sources->currentIndex()); |
| 92 | |
| 93 | delete m_ui; |
| 94 | } |
| 95 | |
| 96 | void ProjectSourcePage::setSourceIndex(int index) |
| 97 | { |
nothing calls this directly
no test coverage detected