Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
akonadi-runtime
gcc41.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc41.diff of Package akonadi-runtime
--- server/src/nepomuk/queryserviceclient.h +++ server/src/nepomuk/queryserviceclient.h @@ -27,6 +27,8 @@ class QUrl; namespace Nepomuk { + typedef QHash<QString, QString> QStringHashMap; + namespace Query { class Result; @@ -82,7 +84,7 @@ * * \sa QueryParser */ - bool query(const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); + bool query( const QString& query, const QStringHashMap &encodedRps = QStringHashMap() ); /** * Start a query using the Nepomuk query service. @@ -102,7 +104,7 @@ * * \sa query(const QString&), close() */ - bool blockingQuery( const QString& query, const QHash<QString, QString> &encodedRps = ( QHash<QString, QString>() ) ); + bool blockingQuery( const QString& query, const QStringHashMap &encodedRps = QStringHashMap() ); /** * Close the client, thus stop to monitor the query
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor