mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Remove silly debug output and obsolete code.
This commit is contained in:
@@ -51,8 +51,6 @@ void
|
|||||||
AlbumView::setProxyModel( AlbumProxyModel* model )
|
AlbumView::setProxyModel( AlbumProxyModel* model )
|
||||||
{
|
{
|
||||||
m_proxyModel = model;
|
m_proxyModel = model;
|
||||||
qDebug() << "NOOOOOOOOOOOOOOW CUUUUUUUUUUUUUUUUUR:" << m_proxyModel << (PlaylistInterface*)m_proxyModel;
|
|
||||||
|
|
||||||
setItemDelegate( new AlbumItemDelegate( this, m_proxyModel ) );
|
setItemDelegate( new AlbumItemDelegate( this, m_proxyModel ) );
|
||||||
|
|
||||||
QListView::setModel( m_proxyModel );
|
QListView::setModel( m_proxyModel );
|
||||||
|
@@ -90,11 +90,6 @@ private:
|
|||||||
QHash< Tomahawk::album_ptr, PlaylistView* > m_albumViews;
|
QHash< Tomahawk::album_ptr, PlaylistView* > m_albumViews;
|
||||||
QHash< Tomahawk::source_ptr, SourceInfoWidget* > m_sourceViews;
|
QHash< Tomahawk::source_ptr, SourceInfoWidget* > m_sourceViews;
|
||||||
|
|
||||||
/*TrackProxyModel* m_currentProxyModel;
|
|
||||||
TrackModel* m_currentModel;
|
|
||||||
TrackView* m_currentView;*/
|
|
||||||
|
|
||||||
// QWidget* m_currentView;
|
|
||||||
PlaylistInterface* m_currentInterface;
|
PlaylistInterface* m_currentInterface;
|
||||||
|
|
||||||
QWidget* m_currentInfoWidget;
|
QWidget* m_currentInfoWidget;
|
||||||
|
Reference in New Issue
Block a user