aboutsummaryrefslogtreecommitdiff
path: root/databases/akonadi/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-05-25 01:53:50 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-05-25 01:53:50 +0000
commit4319d238082bcfa3ccbb9d4f572c65c0547d8269 (patch)
treef741cb9b9edb6341f2a77e6b3a29b49072ecc220 /databases/akonadi/files
parent6b6300026705747c8d683942f470ed19c0b27999 (diff)
Notes
Diffstat (limited to 'databases/akonadi/files')
-rw-r--r--databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h b/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h
new file mode 100644
index 000000000000..6340f9ae2192
--- /dev/null
+++ b/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h
@@ -0,0 +1,28 @@
+commit 1ce93440f9dbfcd01a3f4c11119f120e82a7dfb2
+Author: Christophe Giboudeaux <cgiboudeaux@gmx.com>
+Date: Sat Jan 21 18:29:43 2012 +0100
+
+ Build with Clang.
+
+diff --git a/server/src/nepomuk/queryserviceclient.h b/server/src/nepomuk/queryserviceclient.h
+index a0e7517..3c551a0 100644
+--- ./server/src/nepomuk/queryserviceclient.h
++++ ./server/src/nepomuk/queryserviceclient.h
+@@ -78,7 +78,7 @@ namespace Nepomuk {
+ *
+ * \sa QueryParser
+ */
+- bool query( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() );
++ bool query(const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) );
+
+ /**
+ * Start a query using the Nepomuk user query language.
+@@ -96,7 +96,7 @@ namespace Nepomuk {
+ *
+ * \sa query(const QString&), close()
+ */
+- bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = QHash<QString, QString>() );
++ bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) );
+
+ /**
+ * Close the client, thus stop to monitor the query