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:
@@ -249,12 +249,6 @@ Query::refreshResults()
|
||||
}
|
||||
|
||||
|
||||
Query::Query()
|
||||
: d_ptr( new QueryPrivate( this ) )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
Query::onResultStatusChanged()
|
||||
{
|
||||
|
@@ -144,7 +144,6 @@ private slots:
|
||||
void refreshResults();
|
||||
|
||||
private:
|
||||
Query();
|
||||
explicit Query( const track_ptr& track, const QID& qid, bool autoResolve );
|
||||
/**
|
||||
* Respective constructor for getFixed
|
||||
|
Reference in New Issue
Block a user