mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Add comment
This commit is contained in:
parent
6674a91573
commit
0220c58ef3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user