From 592b1bc3c1675b18d9ddbd1378b5e78d8fbaa9c0 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 18 Apr 2015 06:00:01 +0200 Subject: [PATCH] Remove obsolete Query ctor. --- src/libtomahawk/Query.cpp | 6 ------ src/libtomahawk/Query.h | 1 - 2 files changed, 7 deletions(-) diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index 80dafd53e..d891f6f7f 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -249,12 +249,6 @@ Query::refreshResults() } -Query::Query() - : d_ptr( new QueryPrivate( this ) ) -{ -} - - void Query::onResultStatusChanged() { diff --git a/src/libtomahawk/Query.h b/src/libtomahawk/Query.h index 365e0c4e2..bacf2194f 100644 --- a/src/libtomahawk/Query.h +++ b/src/libtomahawk/Query.h @@ -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