@@ -68,7 +68,7 @@ class QAccelerometerFilter(QSensorFilter):
68
68
@typing .overload
69
69
def __init__ (self , a0 : 'QAccelerometerFilter' ) -> None : ...
70
70
71
- def filter (self , reading : QAccelerometerReading ) -> bool : ...
71
+ def filter (self , reading : QAccelerometerReading ) -> bool : ... # type: ignore[override]
72
72
73
73
74
74
class QSensor (QtCore .QObject ):
@@ -179,7 +179,7 @@ class QAltimeterFilter(QSensorFilter):
179
179
@typing .overload
180
180
def __init__ (self , a0 : 'QAltimeterFilter' ) -> None : ...
181
181
182
- def filter (self , reading : QAltimeterReading ) -> bool : ...
182
+ def filter (self , reading : QAltimeterReading ) -> bool : ... # type: ignore[override]
183
183
184
184
185
185
class QAltimeter (QSensor ):
@@ -210,7 +210,7 @@ class QAmbientLightFilter(QSensorFilter):
210
210
@typing .overload
211
211
def __init__ (self , a0 : 'QAmbientLightFilter' ) -> None : ...
212
212
213
- def filter (self , reading : QAmbientLightReading ) -> bool : ...
213
+ def filter (self , reading : QAmbientLightReading ) -> bool : ... # type: ignore[override]
214
214
215
215
216
216
class QAmbientLightSensor (QSensor ):
@@ -233,7 +233,7 @@ class QAmbientTemperatureFilter(QSensorFilter):
233
233
@typing .overload
234
234
def __init__ (self , a0 : 'QAmbientTemperatureFilter' ) -> None : ...
235
235
236
- def filter (self , reading : QAmbientTemperatureReading ) -> bool : ...
236
+ def filter (self , reading : QAmbientTemperatureReading ) -> bool : ... # type: ignore[override]
237
237
238
238
239
239
class QAmbientTemperatureSensor (QSensor ):
@@ -258,7 +258,7 @@ class QCompassFilter(QSensorFilter):
258
258
@typing .overload
259
259
def __init__ (self , a0 : 'QCompassFilter' ) -> None : ...
260
260
261
- def filter (self , reading : QCompassReading ) -> bool : ...
261
+ def filter (self , reading : QCompassReading ) -> bool : ... # type: ignore[override]
262
262
263
263
264
264
class QCompass (QSensor ):
@@ -281,7 +281,7 @@ class QDistanceFilter(QSensorFilter):
281
281
@typing .overload
282
282
def __init__ (self , a0 : 'QDistanceFilter' ) -> None : ...
283
283
284
- def filter (self , reading : QDistanceReading ) -> bool : ...
284
+ def filter (self , reading : QDistanceReading ) -> bool : ... # type: ignore[override]
285
285
286
286
287
287
class QDistanceSensor (QSensor ):
@@ -308,7 +308,7 @@ class QGyroscopeFilter(QSensorFilter):
308
308
@typing .overload
309
309
def __init__ (self , a0 : 'QGyroscopeFilter' ) -> None : ...
310
310
311
- def filter (self , reading : QGyroscopeReading ) -> bool : ...
311
+ def filter (self , reading : QGyroscopeReading ) -> bool : ... # type: ignore[override]
312
312
313
313
314
314
class QGyroscope (QSensor ):
@@ -331,7 +331,7 @@ class QHolsterFilter(QSensorFilter):
331
331
@typing .overload
332
332
def __init__ (self , a0 : 'QHolsterFilter' ) -> None : ...
333
333
334
- def filter (self , reading : QHolsterReading ) -> bool : ...
334
+ def filter (self , reading : QHolsterReading ) -> bool : ... # type: ignore[override]
335
335
336
336
337
337
class QHolsterSensor (QSensor ):
@@ -356,7 +356,7 @@ class QHumidityFilter(QSensorFilter):
356
356
@typing .overload
357
357
def __init__ (self , a0 : 'QHumidityFilter' ) -> None : ...
358
358
359
- def filter (self , reading : QHumidityReading ) -> bool : ...
359
+ def filter (self , reading : QHumidityReading ) -> bool : ... # type: ignore[override]
360
360
361
361
362
362
class QHumiditySensor (QSensor ):
@@ -379,7 +379,7 @@ class QIRProximityFilter(QSensorFilter):
379
379
@typing .overload
380
380
def __init__ (self , a0 : 'QIRProximityFilter' ) -> None : ...
381
381
382
- def filter (self , reading : QIRProximityReading ) -> bool : ...
382
+ def filter (self , reading : QIRProximityReading ) -> bool : ... # type: ignore[override]
383
383
384
384
385
385
class QIRProximitySensor (QSensor ):
@@ -406,7 +406,7 @@ class QLidFilter(QSensorFilter):
406
406
@typing .overload
407
407
def __init__ (self , a0 : 'QLidFilter' ) -> None : ...
408
408
409
- def filter (self , reading : QLidReading ) -> bool : ...
409
+ def filter (self , reading : QLidReading ) -> bool : ... # type: ignore[override]
410
410
411
411
412
412
class QLidSensor (QSensor ):
@@ -429,7 +429,7 @@ class QLightFilter(QSensorFilter):
429
429
@typing .overload
430
430
def __init__ (self , a0 : 'QLightFilter' ) -> None : ...
431
431
432
- def filter (self , reading : QLightReading ) -> bool : ...
432
+ def filter (self , reading : QLightReading ) -> bool : ... # type: ignore[override]
433
433
434
434
435
435
class QLightSensor (QSensor ):
@@ -461,7 +461,7 @@ class QMagnetometerFilter(QSensorFilter):
461
461
@typing .overload
462
462
def __init__ (self , a0 : 'QMagnetometerFilter' ) -> None : ...
463
463
464
- def filter (self , reading : QMagnetometerReading ) -> bool : ...
464
+ def filter (self , reading : QMagnetometerReading ) -> bool : ... # type: ignore[override]
465
465
466
466
467
467
class QMagnetometer (QSensor ):
@@ -496,7 +496,7 @@ class QOrientationFilter(QSensorFilter):
496
496
@typing .overload
497
497
def __init__ (self , a0 : 'QOrientationFilter' ) -> None : ...
498
498
499
- def filter (self , reading : QOrientationReading ) -> bool : ...
499
+ def filter (self , reading : QOrientationReading ) -> bool : ... # type: ignore[override]
500
500
501
501
502
502
class QOrientationSensor (QSensor ):
@@ -521,7 +521,7 @@ class QPressureFilter(QSensorFilter):
521
521
@typing .overload
522
522
def __init__ (self , a0 : 'QPressureFilter' ) -> None : ...
523
523
524
- def filter (self , reading : QPressureReading ) -> bool : ...
524
+ def filter (self , reading : QPressureReading ) -> bool : ... # type: ignore[override]
525
525
526
526
527
527
class QPressureSensor (QSensor ):
@@ -544,7 +544,7 @@ class QProximityFilter(QSensorFilter):
544
544
@typing .overload
545
545
def __init__ (self , a0 : 'QProximityFilter' ) -> None : ...
546
546
547
- def filter (self , reading : QProximityReading ) -> bool : ...
547
+ def filter (self , reading : QProximityReading ) -> bool : ... # type: ignore[override]
548
548
549
549
550
550
class QProximitySensor (QSensor ):
@@ -596,7 +596,7 @@ class QTapFilter(QSensorFilter):
596
596
@typing .overload
597
597
def __init__ (self , a0 : 'QTapFilter' ) -> None : ...
598
598
599
- def filter (self , reading : QTapReading ) -> bool : ...
599
+ def filter (self , reading : QTapReading ) -> bool : ... # type: ignore[override]
600
600
601
601
602
602
class QTapSensor (QSensor ):
@@ -624,7 +624,7 @@ class QTiltFilter(QSensorFilter):
624
624
@typing .overload
625
625
def __init__ (self , a0 : 'QTiltFilter' ) -> None : ...
626
626
627
- def filter (self , reading : QTiltReading ) -> bool : ...
627
+ def filter (self , reading : QTiltReading ) -> bool : ... # type: ignore[override]
628
628
629
629
630
630
class QTiltSensor (QSensor ):
@@ -650,7 +650,7 @@ class QRotationFilter(QSensorFilter):
650
650
@typing .overload
651
651
def __init__ (self , a0 : 'QRotationFilter' ) -> None : ...
652
652
653
- def filter (self , reading : QRotationReading ) -> bool : ...
653
+ def filter (self , reading : QRotationReading ) -> bool : ... # type: ignore[override]
654
654
655
655
656
656
class QRotationSensor (QSensor ):
0 commit comments