summarylogtreecommitdiffstats
path: root/0001-Build-fixes-for-Qt-5.11.patch
blob: 1f37597576eb54d481c8fa51e877fae364a8c2dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 74f022c09d25fbdcf8373bd5a255d7408ef60801 Mon Sep 17 00:00:00 2001
From: Nicolas Menard <nicolas.menard@wyss.harvard.edu>
Date: Wed, 3 Oct 2018 09:14:36 -0400
Subject: [PATCH] Build fixes for Qt 5.11

---
 src/libkstapp/view.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libkstapp/view.h b/src/libkstapp/view.h
index 95c8c6a5..607991b7 100644
--- a/src/libkstapp/view.h
+++ b/src/libkstapp/view.h
@@ -19,7 +19,7 @@
 
 #include "curveplacement.h"
 
-
+class QMenu;
 class QUndoStack;
 class QXmlStreamWriter;
 
-- 
2.19.0