mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
We need SqlDatabase and SqlQuery to be exported
Required due to 53b3e5af1b
This commit is contained in:
parent
d33b68ccc9
commit
d0ed82a686
1 changed files with 4 additions and 2 deletions
|
@ -19,9 +19,11 @@
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
|
#include "owncloudlib.h"
|
||||||
|
|
||||||
namespace Mirall {
|
namespace Mirall {
|
||||||
|
|
||||||
class SqlDatabase
|
class OWNCLOUDSYNC_EXPORT SqlDatabase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit SqlDatabase();
|
explicit SqlDatabase();
|
||||||
|
@ -41,7 +43,7 @@ private:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class SqlQuery
|
class OWNCLOUDSYNC_EXPORT SqlQuery
|
||||||
{
|
{
|
||||||
Q_DISABLE_COPY(SqlQuery)
|
Q_DISABLE_COPY(SqlQuery)
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue