mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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 <QSqlRecord>
|
||||||
|
|
||||||
#include "DatabaseImpl.h"
|
#include "DatabaseImpl.h"
|
||||||
|
#include "FuzzyIndex.h"
|
||||||
#include "Source.h"
|
#include "Source.h"
|
||||||
#include "TomahawkSqlQuery.h"
|
#include "TomahawkSqlQuery.h"
|
||||||
#include "jobview/IndexingJobItem.h"
|
#include "jobview/IndexingJobItem.h"
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
#include "database/Database.h"
|
#include "database/Database.h"
|
||||||
|
#include "FuzzyIndex.h"
|
||||||
#include "SourceList.h"
|
#include "SourceList.h"
|
||||||
#include "Result.h"
|
#include "Result.h"
|
||||||
#include "Artist.h"
|
#include "Artist.h"
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
#include <QMutex>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
#include <QVariantMap>
|
#include <QVariantMap>
|
||||||
@@ -32,10 +33,10 @@
|
|||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
||||||
#include "TomahawkSqlQuery.h"
|
#include "TomahawkSqlQuery.h"
|
||||||
#include "FuzzyIndex.h"
|
|
||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
|
|
||||||
class Database;
|
class Database;
|
||||||
|
class FuzzyIndex;
|
||||||
|
|
||||||
class DatabaseImpl : public QObject
|
class DatabaseImpl : public QObject
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user