mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
20ff88b3fe
commit
9eb79dcfe5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user