From: Jean-Marc Lasgouttes Date: Sun, 23 Oct 2016 11:48:18 +0000 (+0200) Subject: Mark a signal invokation as such X-Git-Tag: 2.3.0alpha1~813 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6375a3cd65fe9a98e266028fb9dc900892f8340b;p=features.git Mark a signal invokation as such --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 22523a88aa..6b2a10b1a8 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -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); } }