From: Soeren Apel Date: Sun, 28 Aug 2016 14:54:58 +0000 (+0200) Subject: MainWindow/MainBar: Fix signals X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=d552c5c7f25ac892b7dc218264d6fe2823db44ef;hp=d552c5c7f25ac892b7dc218264d6fe2823db44ef;p=pulseview.git MainWindow/MainBar: Fix signals 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. ---