Skip to content

autotests: Remove QVERIFY(signalSpy.isValid())

Vlad Zahorodnii requested to merge work/zzag/strip-signal-spy-is-valid into master

We use the PMF syntax so the isValid() check is unnecessary as the compiler will notify about wrong signal at compile time. It makes writing autotests feel less boilerplaty.

Merge request reports