1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-05 11:52:40 +02:00

Move ScanManager into libtomahawk. It's core functionality, non-GUI, and

this lets things in libtomahawk call scan functions easily
This commit is contained in:
Jeff Mitchell
2012-06-26 08:09:06 -04:00
parent 7efaa62038
commit cede202e96
9 changed files with 7 additions and 8 deletions

View File

@@ -50,11 +50,10 @@
#include "web/Api_v1.h"
#include "SourceList.h"
#include "ShortcutHandler.h"
#include "ScanManager.h"
#include "libtomahawk/filemetadata/ScanManager.h"
#include "TomahawkSettings.h"
#include "GlobalActionManager.h"
#include "database/LocalCollection.h"
#include "MusicScanner.h"
#include "Pipeline.h"
#include "DropJob.h"
#include "EchonestCatalogSynchronizer.h"