More change to compile with 5.5

The problem is again that QStringList no longer include QDataStream
This commit is contained in:
Olivier Goffart 2015-04-20 09:46:43 +02:00
parent 5a6d286c41
commit b039c2ce86
2 changed files with 1 additions and 3 deletions

View file

@ -28,9 +28,6 @@ public:
* @return the list of migrated folder definitions
*/
QStringList migrateFolderDefinitons();
signals:
public slots:
};
}

View file

@ -15,6 +15,7 @@
#ifndef _THEME_H
#define _THEME_H
#include <QObject>
#include "syncresult.h"