remove useless qhash_qurl

This commit is contained in:
Chocobozzz 2015-06-04 10:37:34 +02:00
parent 5d343cbe7f
commit f4ca305fd7
6 changed files with 0 additions and 34 deletions

View File

@ -1,29 +0,0 @@
/* This file is part of Clementine.
Copyright 2012, David Sansome <me@davidsansome.com>
Copyright 2014, Krzysztof Sobiecki <sobkas@gmail.com>
Copyright 2014, John Maguire <john.maguire@gmail.com>
Clementine is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Clementine is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Clementine. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CORE_QHASH_QURL_H_
#define CORE_QHASH_QURL_H_
#include <QUrl>
#if QT_VERSION < 0x040700
inline uint qHash(const QUrl& url) { return qHash(url.toEncoded()); }
#endif
#endif // CORE_QHASH_QURL_H_

View File

@ -31,7 +31,6 @@
#include "core/closure.h"
#include "core/logging.h"
#include "core/network.h"
#include "core/qhash_qurl.h"
#include "core/timeconstants.h"
#include "core/utilities.h"

View File

@ -25,7 +25,6 @@
#include "core/application.h"
#include "core/closure.h"
#include "core/logging.h"
#include "core/qhash_qurl.h"
#include "core/timeconstants.h"
#include "podcastbackend.h"
#include "podcasturlloader.h"

View File

@ -21,7 +21,6 @@
#include "moodbarrenderer.h"
#include "core/application.h"
#include "core/closure.h"
#include "core/qhash_qurl.h"
#include "playlist/playlist.h"
#include "playlist/playlistview.h"

View File

@ -31,7 +31,6 @@
#include "core/application.h"
#include "core/closure.h"
#include "core/logging.h"
#include "core/qhash_qurl.h"
#include "core/utilities.h"
MoodbarLoader::MoodbarLoader(Application* app, QObject* parent)

View File

@ -48,7 +48,6 @@
#include "core/closure.h"
#include "core/logging.h"
#include "core/modelfuturewatcher.h"
#include "core/qhash_qurl.h"
#include "core/tagreaderclient.h"
#include "core/timeconstants.h"
#include "internet/jamendo/jamendoplaylistitem.h"