mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-17 19:37:09 +02:00
* Signals using artist_ptr and track_ptr requires us to include their respective headers as well.
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
#ifndef TOMAHAWK_DATABASECOMMAND_TRENDINGARTISTS_H
|
#ifndef TOMAHAWK_DATABASECOMMAND_TRENDINGARTISTS_H
|
||||||
#define TOMAHAWK_DATABASECOMMAND_TRENDINGARTISTS_H
|
#define TOMAHAWK_DATABASECOMMAND_TRENDINGARTISTS_H
|
||||||
|
|
||||||
|
#include "Artist.h"
|
||||||
#include "DatabaseCommand.h"
|
#include "DatabaseCommand.h"
|
||||||
|
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
@@ -30,7 +31,7 @@ class DLLEXPORT DatabaseCommand_TrendingArtists : public Tomahawk::DatabaseComma
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit DatabaseCommand_TrendingArtists( QObject *parent = 0 );
|
explicit DatabaseCommand_TrendingArtists( QObject* parent = 0 );
|
||||||
virtual ~DatabaseCommand_TrendingArtists();
|
virtual ~DatabaseCommand_TrendingArtists();
|
||||||
|
|
||||||
virtual void exec( DatabaseImpl* );
|
virtual void exec( DatabaseImpl* );
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
#ifndef TOMAHAWK_DATABASECOMMAND_TRENDINGTRACKS_H
|
#ifndef TOMAHAWK_DATABASECOMMAND_TRENDINGTRACKS_H
|
||||||
#define TOMAHAWK_DATABASECOMMAND_TRENDINGTRACKS_H
|
#define TOMAHAWK_DATABASECOMMAND_TRENDINGTRACKS_H
|
||||||
|
|
||||||
|
#include "Track.h"
|
||||||
#include "database/DatabaseCommand.h"
|
#include "database/DatabaseCommand.h"
|
||||||
|
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
@@ -43,7 +44,7 @@ class DLLEXPORT DatabaseCommand_TrendingTracks : public Tomahawk::DatabaseComman
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
explicit DatabaseCommand_TrendingTracks( QObject *parent = 0 );
|
explicit DatabaseCommand_TrendingTracks( QObject* parent = 0 );
|
||||||
virtual ~DatabaseCommand_TrendingTracks();
|
virtual ~DatabaseCommand_TrendingTracks();
|
||||||
|
|
||||||
virtual void exec( DatabaseImpl* );
|
virtual void exec( DatabaseImpl* );
|
||||||
|
Reference in New Issue
Block a user