mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +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 <QVariant>
|
||||
|
||||
#include "owncloudlib.h"
|
||||
|
||||
namespace Mirall {
|
||||
|
||||
class SqlDatabase
|
||||
class OWNCLOUDSYNC_EXPORT SqlDatabase
|
||||
{
|
||||
public:
|
||||
explicit SqlDatabase();
|
||||
|
@ -41,7 +43,7 @@ private:
|
|||
|
||||
};
|
||||
|
||||
class SqlQuery
|
||||
class OWNCLOUDSYNC_EXPORT SqlQuery
|
||||
{
|
||||
Q_DISABLE_COPY(SqlQuery)
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue