From: duplo Date: Mon, 12 Jan 2009 17:38:40 +0000 (+0000) Subject: Modify the stored type X-Git-Tag: 2.1.0~523 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3443db30df3da92f9842fbc198e0090d55aee676;p=bertos.git Modify the stored type git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2159 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index e329dbc8..6289efd8 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -56,7 +56,7 @@ class BCpuPage(BWizardPage): def isComplete(self): if self.pageContent.cpuList.currentRow() != -1: - self._projectInfoStore("CPU_INFOS", qvariant_converter.getStringDict(self.pageContent.cpuList.currentItem().data(Qt.UserRole))) + self._projectInfoStore("CPU_INFOS", qvariant_converter.getDict(self.pageContent.cpuList.currentItem().data(Qt.UserRole))) return True else: return False