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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user