Skip to content

Commit 9c85def

Browse files
committed
Fix import symbols for docs generation
1 parent 8e470b8 commit 9c85def

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pytestqt/qt_compat.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,13 @@ def __getattr__(cls, name):
140140
QEvent = Mock()
141141
QApplication = Mock()
142142
QWidget = Mock()
143+
qInstallMsgHandler = Mock()
144+
qDebug = Mock()
145+
qWarning = Mock()
146+
qCritical = Mock()
147+
qFatal = Mock()
148+
QtDebugMsg = Mock()
149+
QtWarningMsg = Mock()
150+
QtCriticalMsg = Mock()
151+
QtFatalMsg = Mock()
143152
QT_API = '<none>'

0 commit comments

Comments
 (0)