Commit e4d9d346 authored by Dan Pascu's avatar Dan Pascu

Made default type for QtDynamicProperty unicode

parent 38af9f5e
......@@ -8,7 +8,7 @@ from PyQt4.QtCore import QVariant
class QtDynamicProperty(object):
def __init__(self, name, type=str):
def __init__(self, name, type=unicode):
self.name = name
self.type = type
def __get__(self, obj, objtype):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment