1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +02:00

* Obsolete include.

This commit is contained in:
Christian Muehlhaeuser
2012-11-16 13:44:03 +01:00
parent c4a60c5e07
commit 9dc3c8e0b8
2 changed files with 7 additions and 2 deletions

View File

@@ -19,11 +19,16 @@
#include "ViewPage.h"
#include "utils/Logger.h"
#include "Source.h"
using namespace Tomahawk;
ViewPage::~ViewPage()
{
tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
}
bool
ViewPage::setFilter( const QString& filter )
{

View File

@@ -43,7 +43,7 @@ public:
};
ViewPage() {}
virtual ~ViewPage() {}
virtual ~ViewPage();
virtual QWidget* widget() = 0;
virtual Tomahawk::playlistinterface_ptr playlistInterface() const = 0;