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