mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-31 01:30:02 +02:00
* Obsolete include.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
@@ -43,7 +43,7 @@ public:
|
||||
};
|
||||
|
||||
ViewPage() {}
|
||||
virtual ~ViewPage() {}
|
||||
virtual ~ViewPage();
|
||||
|
||||
virtual QWidget* widget() = 0;
|
||||
virtual Tomahawk::playlistinterface_ptr playlistInterface() const = 0;
|
||||
|
Reference in New Issue
Block a user