mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-05 16:42:26 +02:00
Whitespacing
This commit is contained in:
parent
3bc496eaaf
commit
569c23a30e
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user