summaryrefslogtreecommitdiffstats
path: root/src/gallery/tracker/qgallerytrackerschema_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/tracker/qgallerytrackerschema_p.h')
-rw-r--r--src/gallery/tracker/qgallerytrackerschema_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallery/tracker/qgallerytrackerschema_p.h b/src/gallery/tracker/qgallerytrackerschema_p.h
index 574fd9f..1c1cdfe 100644
--- a/src/gallery/tracker/qgallerytrackerschema_p.h
+++ b/src/gallery/tracker/qgallerytrackerschema_p.h
@@ -71,7 +71,7 @@ class QGalleryTrackerValueColumn;
struct QGalleryTrackerResultSetArguments;
struct QGalleryTrackerTypeResultSetArguments;
-class QGalleryTrackerSchema
+class Q_GALLERY_EXPORT QGalleryTrackerSchema
{
public:
QGalleryTrackerSchema(const QString &itemType);
@@ -115,6 +115,7 @@ private:
QDocumentGallery::Error buildFilterQuery(
QString *query,
+ QString *join,
QGalleryQueryRequest::Scope scope,
const QString &scopeItemId,
const QGalleryFilter &filter) const;
@@ -123,6 +124,7 @@ private:
QGalleryTrackerResultSetArguments *arguments,
QGalleryDBusInterfaceFactory *dbus,
const QString &query,
+ const QString &join,
const QStringList &propertyNames,
const QStringList &sortPropertyNames,
int offset,