Add module in order to import BeRTOS dirs installed with the SDK from Registry
[bertos.git] / 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))