1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Export JobStatusView

This commit is contained in:
Uwe L. Korn
2013-06-23 21:18:01 +02:00
committed by Michael Zanetti
parent b0e352a5f5
commit 22aa75f4bb

View File

@@ -19,6 +19,8 @@
#ifndef JOB_STATUS_ITEM
#define JOB_STATUS_ITEM
#include "DllMacro.h"
#include <QObject>
#include <QMetaType>
@@ -36,7 +38,7 @@ class QPixmap;
* The right column may be empty.
*
*/
class JobStatusItem : public QObject
class DLLEXPORT JobStatusItem : public QObject
{
Q_OBJECT
public: