mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Removed obsolete Source::scanningProgress.
This commit is contained in:
@@ -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
|
void
|
||||||
Source::scanningFinished( bool updateGUI )
|
Source::scanningFinished( bool updateGUI )
|
||||||
{
|
{
|
||||||
|
@@ -93,7 +93,6 @@ public:
|
|||||||
|
|
||||||
const QSet< Tomahawk::peerinfo_ptr > peerInfos() const;
|
const QSet< Tomahawk::peerinfo_ptr > peerInfos() const;
|
||||||
|
|
||||||
void scanningProgress( unsigned int files );
|
|
||||||
void scanningFinished( bool updateGUI );
|
void scanningFinished( bool updateGUI );
|
||||||
|
|
||||||
unsigned int trackCount() const;
|
unsigned int trackCount() const;
|
||||||
|
Reference in New Issue
Block a user