Skip to content

Commit

Permalink
Updated _common_members for test_caveats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zoshua committed Apr 5, 2024
1 parent 0cea915 commit 7ca0224
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
"QFileSystemWatcher",
"QGenericArgument",
"QGenericReturnArgument",
"QItemSelection",
"QItemSelectionModel",
"QItemSelectionRange",
"QIODevice",
"QLibraryInfo",
"QLine",
Expand Down Expand Up @@ -194,7 +197,8 @@
"qUnregisterResourceData",
"qVersion",
"qWarning",
"Signal"
"Signal",
"Slot"
],
"QtGui": [
"QAbstractTextDocumentLayout",
Expand Down Expand Up @@ -267,6 +271,7 @@
"QQuaternion",
"QRadialGradient",
"QRegion",
"QRegExpValidator",
"QResizeEvent",
"QSessionManager",
"QShortcutEvent",
Expand Down Expand Up @@ -384,6 +389,7 @@
"QAbstractScrollArea",
"QAbstractSlider",
"QAbstractSpinBox",
"QAction",
"QApplication",
"QBoxLayout",
"QButtonGroup",
Expand Down

0 comments on commit 7ca0224

Please sign in to comment.