blob: 0e25fe51d214768aba40980f8d1866364e150131 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- plugins/qmlboxmodel/src/mainwindow.cpp.orig 2018-12-31 15:24:22 UTC
+++ plugins/qmlboxmodel/src/mainwindow.cpp
@@ -397,8 +397,8 @@ bool QmlBoxModel::MainWindow::event(QEvent *event) {
}
-#ifdef Q_OS_LINUX
-/** ****************************************************************************
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
+/******************************************************************************
* @brief MainWidget::nativeEvent
*
* The purpose of this function is to hide in special casesonly.
|