1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Whitespacing

This commit is contained in:
Jeff Mitchell
2011-04-02 00:56:36 -04:00
parent 3bc496eaaf
commit 569c23a30e

View File

@@ -187,6 +187,7 @@ ScanManager::runManualScan( const QStringList& paths, bool recursive )
}
}
void
ScanManager::addWatchedDirs( const QStringList& paths )
{
@@ -202,6 +203,7 @@ ScanManager::addWatchedDirs( const QStringList& paths )
}
}
void
ScanManager::removeWatchedDir( const QString& path )
{
@@ -210,6 +212,7 @@ ScanManager::removeWatchedDir( const QString& path )
m_dirWatcher->removePath( path );
}
void
ScanManager::handleChangedDir( const QString& path )
{