Correct a typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 16 Jan 2009 18:00:17 +0000 (18:00 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 16 Jan 2009 18:00:17 +0000 (18:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2179 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/qvariant_converter_old.py

index 33bc6887cfa2ab3e2f0286af11f9bfe8e1eb1237..67ffb084d460126245ae0acbb78df8dac13d85bd 100644 (file)
@@ -49,7 +49,7 @@ def getStringDict(qvariant):
         dict_str_str = pickle.loads(a)
     return dict_str_str
 
-def convertStringDict(string_dict):
+def convertStringDict(dict_str_str):
     a = pickle.dumps(dict_str_str)
     return QVariant(QByteArray(a))