summaryrefslogtreecommitdiff
blob: 404f034176df7e995ceaf3f2d88619f127a3f2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
--- a/src/qmapshack/helpers/CToolBarSetupDialog.cpp
+++ b/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);