summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-04-17 12:14:39 -0300
committerTomás Touceda <chiiph@leap.se>2014-04-17 12:14:39 -0300
commiteb940b04bd2921974b094150a763ad8b9bbae8ca (patch)
tree2b867e3acaf8a86d431f2aeae9cf3dd57abf8e01 /changes
parentdcfaeea8c892ecb962080a1fbdc456bdfe851eea (diff)
parent1603228feac95c32b62661c15c6edd4c95978827 (diff)
Merge remote-tracking branch 'refs/remotes/ivan/feature/5506_use-pyside-slot-decorator' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-5506_use-pyside-slot-decorator1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature-5506_use-pyside-slot-decorator b/changes/feature-5506_use-pyside-slot-decorator
new file mode 100644
index 00000000..7a9ea20e
--- /dev/null
+++ b/changes/feature-5506_use-pyside-slot-decorator
@@ -0,0 +1 @@
+- Use PySide @Slot decorator instead of 'SLOT' docstring. Closes #5506.