[Pkg-owncloud-commits] [owncloud-client] 165/498: Fix Qt4 compilation
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:46 UTC 2015
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 d902a37dfd7fa7d2f90585a78e50c3e1a00b20ce
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Tue Jun 16 12:14:04 2015 +0200
Fix Qt4 compilation
This header is not included in Qt4's QAbstractItemModel header
---
src/gui/folderstatusmodel.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index 60db329..fdb0b68 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -17,6 +17,8 @@
#include <accountfwd.h>
#include <QAbstractItemModel>
+#include <QVector>
+
class QNetworkReply;
namespace OCC {
--
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