mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 18:04:05 +02:00
* Obsolete include.
This commit is contained in:
@@ -19,11 +19,16 @@
|
|||||||
#include "ViewPage.h"
|
#include "ViewPage.h"
|
||||||
|
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
#include "Source.h"
|
|
||||||
|
|
||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
|
|
||||||
|
|
||||||
|
ViewPage::~ViewPage()
|
||||||
|
{
|
||||||
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
ViewPage::setFilter( const QString& filter )
|
ViewPage::setFilter( const QString& filter )
|
||||||
{
|
{
|
||||||
|
@@ -43,7 +43,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
ViewPage() {}
|
ViewPage() {}
|
||||||
virtual ~ViewPage() {}
|
virtual ~ViewPage();
|
||||||
|
|
||||||
virtual QWidget* widget() = 0;
|
virtual QWidget* widget() = 0;
|
||||||
virtual Tomahawk::playlistinterface_ptr playlistInterface() const = 0;
|
virtual Tomahawk::playlistinterface_ptr playlistInterface() const = 0;
|
||||||
|
Reference in New Issue
Block a user