Silence a warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-09-22 15:56:26 +00:00
parent 20ff88b3fe
commit 9eb79dcfe5

View File

@ -281,7 +281,7 @@ bool GuiApplication::event(QEvent * e)
bool GuiApplication::notify(QObject * receiver, QEvent * event)
{
bool return_value;
bool return_value = false;
try {
return_value = QApplication::notify(receiver, event);
}