Downstream at openSUSE the following patch is still applied. Does it make sense to include it upstream? --- 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 Reproducible: Always
Does downstream still require the patch? I think the minimum GCC version for the entire KDE is now 4.4 or something like that?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!