1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-28 11:42:42 +01:00

* Remove comments.

This commit is contained in:
Christian Muehlhaeuser 2012-06-26 02:16:38 +02:00
parent e5439c7775
commit 2f07c92fdd

View File

@ -77,9 +77,6 @@ GridView::GridView( QWidget* parent )
setAutoResize( false );
setProxyModel( new PlayableProxyModel( this ) );
/* m_overlay->setText( tr( "After you have scanned your music collection you will find your latest album additions right here." ) );
m_overlay->setText( tr( "This collection doesn't have any recent albums." ) );*/
connect( this, SIGNAL( doubleClicked( QModelIndex ) ), SLOT( onItemActivated( QModelIndex ) ) );
connect( this, SIGNAL( customContextMenuRequested( QPoint ) ), SLOT( onCustomContextMenu( QPoint ) ) );