Esempio n. 1
0
void JsonSummaryPage::summarySettingsHaveChanged()
{
    IVersionControl *vc = currentVersionControl();
    m_wizard->setValue(QLatin1String(KEY_VERSIONCONTROL), vc ? vc->id().toString() : QString());

    updateProjectData(currentNode());
}
Esempio n. 2
0
void JsonSummaryPage::versionControlHasChanged()
{
    IVersionControl *vc = currentVersionControl();
    m_wizard->setProperty("VersionControl", vc ? vc->id().toString() : QLatin1String(""));

    updateFileList();
}