MainWindow/MainBar: Fix signals
authorSoeren Apel <soeren@apelpie.net>
Sun, 28 Aug 2016 14:54:58 +0000 (16:54 +0200)
committerSoeren Apel <soeren@apelpie.net>
Sun, 28 Aug 2016 14:54:58 +0000 (16:54 +0200)
commitd552c5c7f25ac892b7dc218264d6fe2823db44ef
tree6c191a4bee22c92693641d61642806c674e0fa74
parent91f8fe8c30131fb438dbdb1b58d69ede7ba9247b
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.
pv/mainwindow.cpp
pv/toolbars/mainbar.cpp
pv/toolbars/mainbar.hpp