mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Export JobStatusView
This commit is contained in:
committed by
Michael Zanetti
parent
b0e352a5f5
commit
22aa75f4bb
@@ -19,6 +19,8 @@
|
|||||||
#ifndef JOB_STATUS_ITEM
|
#ifndef JOB_STATUS_ITEM
|
||||||
#define JOB_STATUS_ITEM
|
#define JOB_STATUS_ITEM
|
||||||
|
|
||||||
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
|
|
||||||
@@ -36,7 +38,7 @@ class QPixmap;
|
|||||||
* The right column may be empty.
|
* The right column may be empty.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class JobStatusItem : public QObject
|
class DLLEXPORT JobStatusItem : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user