From 6375a3cd65fe9a98e266028fb9dc900892f8340b Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 23 Oct 2016 13:48:18 +0200 Subject: [PATCH] Mark a signal invokation as such --- src/frontends/qt4/GuiWorkArea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.2