mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
More change to compile with 5.5
The problem is again that QStringList no longer include QDataStream
This commit is contained in:
parent
5a6d286c41
commit
b039c2ce86
2 changed files with 1 additions and 3 deletions
|
@ -28,9 +28,6 @@ public:
|
||||||
* @return the list of migrated folder definitions
|
* @return the list of migrated folder definitions
|
||||||
*/
|
*/
|
||||||
QStringList migrateFolderDefinitons();
|
QStringList migrateFolderDefinitons();
|
||||||
signals:
|
|
||||||
|
|
||||||
public slots:
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
#ifndef _THEME_H
|
#ifndef _THEME_H
|
||||||
#define _THEME_H
|
#define _THEME_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
#include "syncresult.h"
|
#include "syncresult.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue