mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Fix build with Qt 5.11
PR: 230884
This commit is contained in:
parent
ee092910e5
commit
e76bf0a12b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478545
10
devel/fuel/files/patch-src_CommitDialog.cpp
Normal file
10
devel/fuel/files/patch-src_CommitDialog.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
Fix build with Qt 5.11
|
||||
|
||||
--- src/CommitDialog.cpp.orig 2018-08-31 10:17:37 UTC
|
||||
+++ src/CommitDialog.cpp
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "CommitDialog.h"
|
||||
+#include <QAction>
|
||||
#include <QPushButton>
|
||||
#include <QShortcut>
|
||||
#include "ui_CommitDialog.h"
|
Loading…
Reference in New Issue
Block a user