void JsonSummaryPage::summarySettingsHaveChanged() { IVersionControl *vc = currentVersionControl(); m_wizard->setValue(QLatin1String(KEY_VERSIONCONTROL), vc ? vc->id().toString() : QString()); updateProjectData(currentNode()); }
void JsonSummaryPage::versionControlHasChanged() { IVersionControl *vc = currentVersionControl(); m_wizard->setProperty("VersionControl", vc ? vc->id().toString() : QLatin1String("")); updateFileList(); }