mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
This commit is contained in:
parent
5c3c58bde0
commit
a3e2dcadcc
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ missing_Qt = [
|
||||||
]
|
]
|
||||||
|
|
||||||
missing_Qd = [
|
missing_Qd = [
|
||||||
'device',
|
## 'device', # Too many false positives
|
||||||
'portBits',
|
'portBits',
|
||||||
'portPixMap',
|
'portPixMap',
|
||||||
'portVersion',
|
'portVersion',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue