From 2f07c92fdd13e4a308159dfac862d9f96ad75a9d Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 26 Jun 2012 02:16:38 +0200 Subject: [PATCH] * Remove comments. --- src/libtomahawk/playlist/GridView.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libtomahawk/playlist/GridView.cpp b/src/libtomahawk/playlist/GridView.cpp index 220dc8ad3..7726c2478 100644 --- a/src/libtomahawk/playlist/GridView.cpp +++ b/src/libtomahawk/playlist/GridView.cpp @@ -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 ) ) );