mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Forwarded FuzzyIndex class declaration
This commit is contained in:
committed by
Dominik Schmidt
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user