Commit 8f5fdf50 authored by Dan Pascu's avatar Dan Pascu

Fixed incorrect dynamic property name

parent 123003f6
......@@ -298,7 +298,7 @@ class StateColorMapping(dict):
class ContactState(QLabel, ColorHelperMixin):
state = QtDynamicProperty('color', unicode)
state = QtDynamicProperty('state', unicode)
def __init__(self, parent=None):
super(ContactState, self).__init__(parent)
......
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