Date: Thu, 21 May 2020 09:59:14 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536098 - head/games/pentobi/files Message-ID: <202005210959.04L9xES0062365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 21 09:59:14 2020 New Revision: 536098 URL: https://svnweb.freebsd.org/changeset/ports/536098 Log: games/pentobi: prepare for Qt5-5.15 Added: head/games/pentobi/files/patch-src_pentobi_RatingGraph.cpp (contents, props changed) Added: head/games/pentobi/files/patch-src_pentobi_RatingGraph.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pentobi/files/patch-src_pentobi_RatingGraph.cpp Thu May 21 09:59:14 2020 (r536098) @@ -0,0 +1,10 @@ +--- src/pentobi/RatingGraph.cpp.orig 2020-05-21 09:54:38 UTC ++++ src/pentobi/RatingGraph.cpp +@@ -13,6 +13,7 @@ + #include <QApplication> + #include <QDesktopWidget> + #include <QPainter> ++#include <QPainterPath> + #include <QPen> + + //-----------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210959.04L9xES0062365>