[Pkg-owncloud-commits] [owncloud-client] 129/159: More change to compile with 5.5

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri May 1 13:05:35 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 b039c2ce869965f63a5468f3140c422ca1ddf9aa
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Mon Apr 20 09:46:43 2015 +0200

    More change to compile with 5.5
    
    The problem is again that QStringList no longer include QDataStream
---
 src/gui/accountmigrator.h | 3 ---
 src/libsync/theme.h       | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gui/accountmigrator.h b/src/gui/accountmigrator.h
index 6e84653..0e2a644 100644
--- a/src/gui/accountmigrator.h
+++ b/src/gui/accountmigrator.h
@@ -28,9 +28,6 @@ public:
      * @return the list of migrated folder definitions
      */
     QStringList migrateFolderDefinitons();
-signals:
-
-public slots:
 
 };
 }
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 7cf4b75..975e234 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -15,6 +15,7 @@
 #ifndef _THEME_H
 #define _THEME_H
 
+#include <QObject>
 #include "syncresult.h"
 
 

-- 
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