mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Mark a signal invokation as such
This commit is contained in:
parent
17b49329bc
commit
6375a3cd65
@ -1395,7 +1395,7 @@ void GuiWorkArea::updateWindowTitle()
|
||||
d->read_only_ = buf.isReadonly();
|
||||
d->vc_status_ = buf.lyxvc().vcstatus();
|
||||
d->clean_ = buf.isClean();
|
||||
titleChanged(this);
|
||||
Q_EMIT titleChanged(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user