1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Rename updateIndex to dryRun to better reflect its use

This commit is contained in:
Uwe L. Korn
2014-09-21 14:52:49 +01:00
parent ec154de61f
commit 7b096db2fd
3 changed files with 13 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ main( int argc, char* argv[] )
// We want a dry-run of the scanner and not update any internal data.
scanner.showProgress( false );
scanner.updateIndex( false );
scanner.setDryRun( true );
scanner.setVerbose( true );
// Start the MusicScanner in its own thread