More change to compile with 5.5
authorOlivier Goffart <ogoffart@woboq.com>
Mon, 20 Apr 2015 07:46:43 +0000 (09:46 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Mon, 20 Apr 2015 07:47:25 +0000 (09:47 +0200)
The problem is again that QStringList no longer include QDataStream

src/gui/accountmigrator.h
src/libsync/theme.h

index 6e846530edb22a1599535503d64f5ddb02cf9906..0e2a644ccd18f1fd2b97804769d71779eb458d3d 100644 (file)
@@ -28,9 +28,6 @@ public:
      * @return the list of migrated folder definitions
      */
     QStringList migrateFolderDefinitons();
-signals:
-
-public slots:
 
 };
 }
index 7cf4b7599831483152d93f117ec91abdb421efb5..975e23452a7438397605f341c93a9d10527fe6b3 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef _THEME_H
 #define _THEME_H
 
+#include <QObject>
 #include "syncresult.h"