|
@@ -66,6 +66,8 @@
|
|
|
#include <QPixmap>
|
|
|
#include <QVector>
|
|
|
|
|
|
+#include "CTKWidgetsExport.h"
|
|
|
+
|
|
|
struct ctkPixmapIconEngineEntry
|
|
|
{
|
|
|
ctkPixmapIconEngineEntry():mode(QIcon::Normal), state(QIcon::Off){}
|
|
@@ -81,7 +83,7 @@ struct ctkPixmapIconEngineEntry
|
|
|
bool isNull() const {return (fileName.isEmpty() && pixmap.isNull()); }
|
|
|
};
|
|
|
|
|
|
-class ctkPixmapIconEngine : public QIconEngineV2 {
|
|
|
+class CTK_WIDGETS_EXPORT ctkPixmapIconEngine : public QIconEngineV2 {
|
|
|
public:
|
|
|
ctkPixmapIconEngine();
|
|
|
ctkPixmapIconEngine(const ctkPixmapIconEngine &);
|