Date: Sun, 2 Sep 2018 08:49:57 +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: r478768 - head/astro/qmapshack/files Message-ID: <201809020849.w828nvnW048223@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Sep 2 08:49:56 2018 New Revision: 478768 URL: https://svnweb.freebsd.org/changeset/ports/478768 Log: astro/qmapshack: fix build with Qt 5.11 PR: 230884 Obtained from: upstream Added: head/astro/qmapshack/files/patch-hg_e9b47af (contents, props changed) Added: head/astro/qmapshack/files/patch-hg_e9b47af ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/qmapshack/files/patch-hg_e9b47af Sun Sep 2 08:49:56 2018 (r478768) @@ -0,0 +1,19 @@ +# HG changeset patch +# User kiozen +# Date 1528899896 -7200 +# Node ID e9b47af61b0945acb74649bab30dec23ac42f375 +# Parent f52eedfb8f94ea218eb1c55bb8f2fa0c0503238f +[Issue #344 ] Building latest version of QMapShack fails after updating QT from 5.10.1 to 5.11.0 + +diff --git a/src/qmapshack/helpers/CToolBarSetupDialog.cpp b/src/qmapshack/helpers/CToolBarSetupDialog.cpp +--- src/qmapshack/helpers/CToolBarSetupDialog.cpp ++++ src/qmapshack/helpers/CToolBarSetupDialog.cpp +@@ -20,6 +20,8 @@ + #include "helpers/CToolBarConfig.h" + #include "helpers/CToolBarSetupDialog.h" + ++#include <QAction> ++ + bool CToolBarSetupDialog::CItemFilter::shouldBeMoved(QListWidgetItem *item) + { + CDialogItem * dialogItem = dynamic_cast<CDialogItem *>(item);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809020849.w828nvnW048223>