freebsd-ports/x11/albert/files/patch-plugins_qmlboxmodel_src_mainwindow.cpp
Jesper Schmitz Mouridsen 586b77bee1 New port x11/albert
Albert is a fast and flexible keyboard launcher

Approved by:	lwhsu
Differential Revision: https://reviews.freebsd.org/D23367
2020-01-29 14:22:22 +00:00

13 lines
532 B
C++

--- 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.