mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Fix shared pointer forward declaration
This commit is contained in:
parent
c569678a26
commit
5750f51bdd
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user