1
0
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:
Leo Franchi 2011-09-20 13:59:11 -04:00
parent c569678a26
commit 5750f51bdd
2 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,8 @@ SourceTreeView::SourceTreeView( QWidget* parent )
}
SourceTreeView::~SourceTreeView()
{}
void
SourceTreeView::setupMenus()

View File

@ -37,6 +37,7 @@ Q_OBJECT
public:
explicit SourceTreeView( QWidget* parent = 0 );
~SourceTreeView();
public slots:
void showOfflineSources( bool offlineSourcesShown );