We need SqlDatabase and SqlQuery to be exported

Required due to 53b3e5af1b
This commit is contained in:
Daniel Molkentin 2014-10-20 19:57:59 +02:00
parent d33b68ccc9
commit d0ed82a686

View file

@ -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: