1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-05 01:52:28 +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

@@ -67,7 +67,7 @@
#include "TomahawkSettings.h"
#include "SourceList.h"
#include "TomahawkTrayIcon.h"
#include "ScanManager.h"
#include "libtomahawk/filemetadata/ScanManager.h"
#include "TomahawkApp.h"
#include "LoadXSPFDialog.h"