commit 25f724dc2fd8952abac6dedb5e84a4415cf11800
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Tue Mar 18 14:34:50 2025 +0100
disable annoying warning
---
src/frontends/qt/GuiApplication.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/frontends/qt/GuiApplication.cpp
b/src/frontends/qt/GuiApplication.cpp
index 367da8b652..6b0e90b50c 100644
--- a/src/frontends/qt/GuiApplication.cpp
+++ b/src/frontends/qt/GuiApplication.cpp
@@ -984,7 +984,7 @@ public:
return started_;
}
bool eventFilter(QObject *obj, QEvent *event) override {
- LYXERR(Debug::ACTION, "Event Type: " << event->type());
+ //LYXERR(Debug::ACTION, "Event Type: " << event->type());
switch (event->type()) {
case QEvent::Show:
case QEvent::Hide:
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs