mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix shared pointer forward declaration
This commit is contained in:
@@ -110,6 +110,8 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
||||
|
||||
}
|
||||
|
||||
SourceTreeView::~SourceTreeView()
|
||||
{}
|
||||
|
||||
void
|
||||
SourceTreeView::setupMenus()
|
||||
|
@@ -37,6 +37,7 @@ Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SourceTreeView( QWidget* parent = 0 );
|
||||
~SourceTreeView();
|
||||
|
||||
public slots:
|
||||
void showOfflineSources( bool offlineSourcesShown );
|
||||
|
Reference in New Issue
Block a user