SVN commit 915221 by trueg: no need for qhash(QUrl) anymore. it is on soprano M +0 -5 entitymanager.h --- trunk/KDE/kdelibs/nepomuk/core/ontology/entitymanager.h #915220:915221 @@ -25,11 +25,6 @@ #include #include -#ifndef Q_WS_WIN -inline uint qHash( const QUrl& url ) { - return qHash( url.toString() ); -} -#endif namespace Soprano { class Statement;