From: Olivier Goffart Date: Mon, 20 Apr 2015 07:46:43 +0000 (+0200) Subject: More change to compile with 5.5 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1803^2~170 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b039c2ce869965f63a5468f3140c422ca1ddf9aa;p=nextcloud-desktop.git More change to compile with 5.5 The problem is again that QStringList no longer include QDataStream --- diff --git a/src/gui/accountmigrator.h b/src/gui/accountmigrator.h index 6e846530e..0e2a644cc 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 7cf4b7599..975e23452 100644 --- a/src/libsync/theme.h +++ b/src/libsync/theme.h @@ -15,6 +15,7 @@ #ifndef _THEME_H #define _THEME_H +#include #include "syncresult.h"