summarylogtreecommitdiffstats
path: root/qt-includes.patch
blob: 718e7d0ce507cff959a3e8928b54fabea5d74d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Johannes Dewender <jonnyjd@users.sf.net>
Date: Sat, 02 Mar 2013 00:02:34 +0100
Subject: [PATCH] add QtNetwork to includes for QHttp

Index: holyspirit/trunk/Launcher/Launcher.h
===================================================================
--- holyspirit.orig/trunk/Launcher/Launcher.h
+++ holyspirit/trunk/Launcher/Launcher.h
@@ -5,6 +5,7 @@
 #include <QPushButton>
 #include <QMessageBox>
 #include <QtWebKit>
+#include <QtNetwork>
 
 #include "defines.h"
 #include "optionsjeu.h"