X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBWizardPage.py;h=7f7039af97ebe6a4cda766334cf00d12840cb793;hb=b04beb3ec4c8e96e584387b715e470cf60599dee;hp=b4fc6217025419c244c07c57af0743e68ca89319;hpb=0c132c8949d429c46af97edfe37857f46d1fe701;p=bertos.git diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index b4fc6217..7f7039af 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -61,4 +61,7 @@ class BWizardPage(QWizardPage): self._settingsStore("toolchains", qvariant_converter.convertBoolDict(toolchains)) def reloadData(self): + pass + + def saveData(self): pass \ No newline at end of file