aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/qaction_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtGui/qaction_test.py')
-rw-r--r--tests/QtGui/qaction_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtGui/qaction_test.py b/tests/QtGui/qaction_test.py
index ff7efbe50..b6a45d18b 100644
--- a/tests/QtGui/qaction_test.py
+++ b/tests/QtGui/qaction_test.py
@@ -5,7 +5,7 @@ from helper import UsesQApplication
class QPainterDrawText(UsesQApplication):
- def _cb(self, checked):
+ def _cb(self):
self._called = True
def testSignal(self):