[Pkg-owncloud-commits] [owncloud-client] 43/70: Add missing header to fix Qt5 compilation

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit cdd8c8165ba8e97f8aee87759a88cae8b86087a1
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed May 14 11:22:56 2014 +0200

    Add missing header to fix Qt5 compilation
---
 src/creds/shibboleth/shibbolethwebview.cpp | 1 +
 src/mirall/cookiejar.cpp                   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/creds/shibboleth/shibbolethwebview.cpp b/src/creds/shibboleth/shibbolethwebview.cpp
index d33bed4..87cea0b 100644
--- a/src/creds/shibboleth/shibbolethwebview.cpp
+++ b/src/creds/shibboleth/shibbolethwebview.cpp
@@ -14,6 +14,7 @@
 #include <QApplication>
 #include <QDebug>
 #include <QNetworkCookie>
+#include <QNetworkCookieJar>
 #include <QWebFrame>
 #include <QWebPage>
 #include <QMessageBox>
diff --git a/src/mirall/cookiejar.cpp b/src/mirall/cookiejar.cpp
index 49f8b64..6c49c46 100644
--- a/src/mirall/cookiejar.cpp
+++ b/src/mirall/cookiejar.cpp
@@ -18,6 +18,7 @@
 #include <QDebug>
 #include <QFile>
 #include <QDateTime>
+#include <QNetworkCookie>
 
 namespace Mirall {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list