mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Removed FlexibleTreeView::setGuid().
This commit is contained in:
parent
335fda2ef6
commit
ddac4a236a
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user