Add comment

This commit is contained in:
Guillaume Munch 2016-11-09 22:54:27 +01:00
parent 6674a91573
commit 0220c58ef3

View File

@ -1202,6 +1202,7 @@ void GuiView::on_currentWorkAreaChanged(GuiWorkArea * wa)
this, SLOT(updateWindowTitle(GuiWorkArea *)));
QObject::connect(wa, SIGNAL(busy(bool)),
this, SLOT(setBusy(bool)));
// connection of a signal to a signal
QObject::connect(wa, SIGNAL(bufferViewChanged()),
this, SIGNAL(bufferViewChanged()));
Q_EMIT updateWindowTitle(wa);