svn commit: r478768 - head/astro/qmapshack/files

Tobias C. Berner tcberner at FreeBSD.org
Sun Sep 2 08:49:57 UTC 2018


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);


More information about the svn-ports-all mailing list