1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Removed obsolete Source::scanningProgress.

This commit is contained in:
Christian Muehlhaeuser
2014-10-23 16:07:38 +02:00
parent e19800c0de
commit d051d52d2c
2 changed files with 0 additions and 15 deletions

View File

@@ -490,20 +490,6 @@ Source::dbLoaded( unsigned int id, const QString& fname )
}
void
Source::scanningProgress( unsigned int files )
{
Q_D( Source );
if ( files )
d->textStatus = tr( "Scanning (%L1 tracks)" ).arg( files );
else
d->textStatus = tr( "Scanning" );
emit stateChanged();
}
void
Source::scanningFinished( bool updateGUI )
{

View File

@@ -93,7 +93,6 @@ public:
const QSet< Tomahawk::peerinfo_ptr > peerInfos() const;
void scanningProgress( unsigned int files );
void scanningFinished( bool updateGUI );
unsigned int trackCount() const;