1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

Export JobStatusView

This commit is contained in:
Uwe L. Korn
2013-06-23 21:18:01 +02:00
parent 939de0f480
commit 9eff981e66

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: