Index: head/x11-themes/qtcurve/files/patch-7ddd378 =================================================================== --- head/x11-themes/qtcurve/files/patch-7ddd378 (nonexistent) +++ head/x11-themes/qtcurve/files/patch-7ddd378 (revision 457603) @@ -0,0 +1,34 @@ +From 7ddd3782ea5635cc0d6a6d292824da85ae9d1bb8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Ren=C3=A9=20J=2EV=2E=20Bertin?= +Date: Mon, 17 Apr 2017 11:11:31 +0200 +Subject: Make build against Qt 5.9.0 + +--- + qt5/style/qtcurve.h | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/qt5/style/qtcurve.h b/qt5/style/qtcurve.h +index 6930c08..aedcd16 100644 +--- a/qt5/style/qtcurve.h ++++ b/qt5/style/qtcurve.h +@@ -379,7 +379,7 @@ private: + void emitMenuSize(QWidget *w, unsigned short size, bool force=false); + void emitStatusBarState(QStatusBar *sb); + const QColor& +- MOArrow(QFlags state, const QPalette &palette, bool mo, ++ MOArrow(State state, const QPalette &palette, bool mo, + QPalette::ColorRole rol) const + { + if (!(state & State_Enabled)) { +@@ -391,7 +391,7 @@ private: + } + } + const QColor& +- MOArrow(QFlags state, const QPalette &palette, ++ MOArrow(State state, const QPalette &palette, + QPalette::ColorRole rol) const + { + return MOArrow(state, palette, state & State_MouseOver, rol); +-- +cgit v0.11.2 + Property changes on: head/x11-themes/qtcurve/files/patch-7ddd378 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property