mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Forwarded FuzzyIndex class declaration
This commit is contained in:
parent
1098ede0e8
commit
4949e787a3
@ -22,6 +22,7 @@
|
||||
#include <QSqlRecord>
|
||||
|
||||
#include "DatabaseImpl.h"
|
||||
#include "FuzzyIndex.h"
|
||||
#include "Source.h"
|
||||
#include "TomahawkSqlQuery.h"
|
||||
#include "jobview/IndexingJobItem.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <QFile>
|
||||
|
||||
#include "database/Database.h"
|
||||
#include "FuzzyIndex.h"
|
||||
#include "SourceList.h"
|
||||
#include "Result.h"
|
||||
#include "Artist.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <QObject>
|
||||
#include <QList>
|
||||
#include <QMutex>
|
||||
#include <QPair>
|
||||
#include <QVariant>
|
||||
#include <QVariantMap>
|
||||
@ -32,10 +33,10 @@
|
||||
#include <QThread>
|
||||
|
||||
#include "TomahawkSqlQuery.h"
|
||||
#include "FuzzyIndex.h"
|
||||
#include "Typedefs.h"
|
||||
|
||||
class Database;
|
||||
class FuzzyIndex;
|
||||
|
||||
class DatabaseImpl : public QObject
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user