]> sigrok.org Git - pulseview.git/commitdiff
Don't use Q_EMIT, it's not needed anymore
authorSoeren Apel <redacted>
Sat, 3 Jun 2017 20:44:28 +0000 (22:44 +0200)
committerSoeren Apel <redacted>
Sat, 3 Jun 2017 20:44:28 +0000 (22:44 +0200)
The Q_EMIT macro (just like the regular Qt emit) is syntactic
sugar to let people who read the code know that a method call
placed somewhere is actually a signal.

We don't use Q_EMIT consistently throughout PV and I don't
think it's really needed anyway, so this patch removes the
few remaining instances.


No differences found