summaryrefslogtreecommitdiff
path: root/databases/akonadi/files/patch-server__src__nepomuk__queryserviceclient.h
blob: 6340f9ae2192708ef14b6fe0b1c76a3ed1e6d179 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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