mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
export and remove warning
This commit is contained in:
@@ -135,8 +135,6 @@ EchonestGenerator::~EchonestGenerator()
|
|||||||
void
|
void
|
||||||
EchonestGenerator::setupCatalogs()
|
EchonestGenerator::setupCatalogs()
|
||||||
{
|
{
|
||||||
// TODO Yes this is a race condition. If multiple threads initialize echonestgenerator at the exact same time we could run into some issues.
|
|
||||||
// not dealing with that right now.
|
|
||||||
if ( s_catalogs == 0 )
|
if ( s_catalogs == 0 )
|
||||||
s_catalogs = new CatalogManager( 0 );
|
s_catalogs = new CatalogManager( 0 );
|
||||||
// qDebug() << "ECHONEST:" << m_logo.size();
|
// qDebug() << "ECHONEST:" << m_logo.size();
|
||||||
|
@@ -63,7 +63,7 @@ public:
|
|||||||
virtual QStringList typeSelectors() const;
|
virtual QStringList typeSelectors() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
class EchonestGenerator : public GeneratorInterface
|
class DLLEXPORT EchonestGenerator : public GeneratorInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user