From 3443db30df3da92f9842fbc198e0090d55aee676 Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 12 Jan 2009 17:38:40 +0000 Subject: [PATCH] Modify the stored type git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2159 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BCpuPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1