mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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
|
void
|
||||||
FlexibleTreeView::setTrackView( TrackView* view )
|
FlexibleTreeView::setTrackView( TrackView* view )
|
||||||
{
|
{
|
||||||
|
@@ -61,8 +61,6 @@ public:
|
|||||||
ColumnView* columnView() const { return m_columnView; }
|
ColumnView* columnView() const { return m_columnView; }
|
||||||
TrackView* trackView() const { return m_trackView; }
|
TrackView* trackView() const { return m_trackView; }
|
||||||
|
|
||||||
void setGuid( const QString& guid );
|
|
||||||
|
|
||||||
void setColumnView( ColumnView* view );
|
void setColumnView( ColumnView* view );
|
||||||
void setTrackView( TrackView* view );
|
void setTrackView( TrackView* view );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user