1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

Goto final/end page automatically after successfull save in wizard.

This commit is contained in:
m_thread 2015-02-28 14:46:38 +01:00
parent f11c03d34a
commit ed6b9a4e9c

View File

@ -80,6 +80,10 @@ void SavePage::writeToController()
enableButtons(true);
emit completeChanged();
if (m_successfulWrite) {
getWizard()->next();
}
}
void SavePage::enableButtons(bool enable)