mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Whitespacing
This commit is contained in:
@@ -187,6 +187,7 @@ ScanManager::runManualScan( const QStringList& paths, bool recursive )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScanManager::addWatchedDirs( const QStringList& paths )
|
ScanManager::addWatchedDirs( const QStringList& paths )
|
||||||
{
|
{
|
||||||
@@ -202,6 +203,7 @@ ScanManager::addWatchedDirs( const QStringList& paths )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScanManager::removeWatchedDir( const QString& path )
|
ScanManager::removeWatchedDir( const QString& path )
|
||||||
{
|
{
|
||||||
@@ -210,6 +212,7 @@ ScanManager::removeWatchedDir( const QString& path )
|
|||||||
m_dirWatcher->removePath( path );
|
m_dirWatcher->removePath( path );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ScanManager::handleChangedDir( const QString& path )
|
ScanManager::handleChangedDir( const QString& path )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user