]> sigrok.org Git - pulseview.git/commitdiff
MainWindow/MainBar: Fix signals
authorSoeren Apel <redacted>
Sun, 28 Aug 2016 14:54:58 +0000 (16:54 +0200)
committerSoeren Apel <redacted>
Sun, 28 Aug 2016 14:54:58 +0000 (16:54 +0200)
Before, QMetaObject::connectSlotsByName(this) was used to connect
the signals to the slots automagically. This is no longer feasible
for the MainBar as there are slots that can't be auto-assigned and
the MainWindow doesn't have any signals at the moment.


No differences found