From a3bb66a69885ea6b5c113e182f50f2268c2cac09 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Wed, 12 Jun 2019 23:42:37 +0200 Subject: [PATCH] Update Qt documentation link --- pytestqt/qtbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytestqt/qtbot.py b/pytestqt/qtbot.py index 3922aa5d..4a5deab3 100644 --- a/pytestqt/qtbot.py +++ b/pytestqt/qtbot.py @@ -132,7 +132,7 @@ class QtBot(object): :param int delay: after the event, delay the test for this miliseconds (if > 0). - .. _QTest API: http://doc.qt.digia.com/4.8/qtest.html + .. _QTest API: http://doc.qt.io/qt-5/qtest.html """