mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
13 lines
262 B
C++
13 lines
262 B
C++
Fix build with Qt 5.11
|
|
|
|
--- modules/gui/qt4/actions_manager.hpp.orig 2018-09-03 09:20:39 UTC
|
|
+++ modules/gui/qt4/actions_manager.hpp
|
|
@@ -31,6 +31,7 @@
|
|
#include "qt4.hpp"
|
|
#include "util/singleton.hpp"
|
|
|
|
+#include <QAction>
|
|
#include <QObject>
|
|
class QAction;
|
|
|