mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* Removed FlexibleTreeView::setGuid().
This commit is contained in:
@@ -130,14 +130,6 @@ FlexibleTreeView::~FlexibleTreeView()
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
FlexibleTreeView::setGuid( const QString& guid )
|
||||
{
|
||||
m_trackView->setGuid( guid );
|
||||
// m_columnView->setGuid( guid );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
FlexibleTreeView::setTrackView( TrackView* view )
|
||||
{
|
||||
|
@@ -61,8 +61,6 @@ public:
|
||||
ColumnView* columnView() const { return m_columnView; }
|
||||
TrackView* trackView() const { return m_trackView; }
|
||||
|
||||
void setGuid( const QString& guid );
|
||||
|
||||
void setColumnView( ColumnView* view );
|
||||
void setTrackView( TrackView* view );
|
||||
|
||||
|
Reference in New Issue
Block a user