aboutsummaryrefslogtreecommitdiff
path: root/MainApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MainApp.cpp')
-rw-r--r--MainApp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/MainApp.cpp b/MainApp.cpp
index e931f81f..b1c418ce 100644
--- a/MainApp.cpp
+++ b/MainApp.cpp
@@ -38,5 +38,6 @@ bool MainApp::event (QEvent *event)
return true;
}
- return false;
+ // Pass unhandled events to base class
+ return QApplication::event(event);
}