]> sigrok.org Git - pulseview.git/commit
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)
commit25e734c848a23fc526d5b410235e8e7e9fb5edde
tree6aacd4ab710bed7ff18324efd2d6bffcc2475014
parente0be5f218757a03a2132c50417190b82de1a6bd5
Don't use Q_EMIT, it's not needed anymore

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.
pv/view/view.cpp
pv/widgets/timestampspinbox.cpp
pv/widgets/wellarray.cpp