1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Remove obsolete Query ctor.

This commit is contained in:
Christian Muehlhaeuser
2015-04-18 06:00:01 +02:00
parent 43e29b79e0
commit 592b1bc3c1
2 changed files with 0 additions and 7 deletions

View File

@@ -249,12 +249,6 @@ Query::refreshResults()
} }
Query::Query()
: d_ptr( new QueryPrivate( this ) )
{
}
void void
Query::onResultStatusChanged() Query::onResultStatusChanged()
{ {

View File

@@ -144,7 +144,6 @@ private slots:
void refreshResults(); void refreshResults();
private: private:
Query();
explicit Query( const track_ptr& track, const QID& qid, bool autoResolve ); explicit Query( const track_ptr& track, const QID& qid, bool autoResolve );
/** /**
* Respective constructor for getFixed * Respective constructor for getFixed