aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2022-11-17 00:31:32 +0100
committerNao Pross <np@0hm.ch>2022-11-17 00:31:32 +0100
commit3acba751ecfd48918383886ff4bf4dac21c05176 (patch)
tree6d49d42e6974680b545ffe4ecabea5b7e99c0283
parentMove ApiHelper and add comment for schema in muddle.moodle (diff)
downloadMuddle-3acba751ecfd48918383886ff4bf4dac21c05176.tar.gz
Muddle-3acba751ecfd48918383886ff4bf4dac21c05176.zip
Add link to Qt bug
-rw-r--r--muddle/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/muddle/gui.py b/muddle/gui.py
index 70f689d..6c533fc 100644
--- a/muddle/gui.py
+++ b/muddle/gui.py
@@ -491,7 +491,7 @@ class MuddleWindow(QMainWindow):
subprocess.Popen(('xdg-open', filepath))
# this is here to emulate the behavior of setAutoTristate which does not
- # work because of a Qt Bug
+ # work because of a Qt Bug, see https://bugreports.qt.io/browse/QTBUG-59173
@pyqtSlot(QModelIndex, QModelIndex)
def onMoodleTreeModelDataChanged(self, topLeft, bottomRight):
# TODO: this can probably be moved in Item.setData() by creating AutoTriStateRole