[Pkg-owncloud-commits] [owncloud-client] 137/211: We need SqlDatabase and SqlQuery to be exported
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit d0ed82a68688f907d54654c58b946d3966bd10e1
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Mon Oct 20 19:57:59 2014 +0200
We need SqlDatabase and SqlQuery to be exported
Required due to 53b3e5af1b55eadc76033c72bb204165e0051fd2
---
src/mirall/ownsql.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mirall/ownsql.h b/src/mirall/ownsql.h
index eacd5b3..31864c1 100644
--- a/src/mirall/ownsql.h
+++ b/src/mirall/ownsql.h
@@ -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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list