From b039c2ce869965f63a5468f3140c422ca1ddf9aa Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 20 Apr 2015 09:46:43 +0200 Subject: [PATCH] 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 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" -- 2.30.2