1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Added missing Q_DECL_EXPORT to CachedSvgItem

This commit is contained in:
Dmytro Poplavskiy 2011-08-21 23:40:11 +10:00
parent 6b0da6bc72
commit 69d5e7fe7e

View File

@ -28,12 +28,14 @@
#include <QGraphicsSvgItem>
#include <QGLContext>
#include "utils_global.h"
class QGLContext;
//Cache Svg item as GL Texture.
//Texture is regenerated each time item is scaled
//but it's reused during rotation, unlike DeviceCoordinateCache mode
class CachedSvgItem: public QGraphicsSvgItem
class QTCREATOR_UTILS_EXPORT CachedSvgItem: public QGraphicsSvgItem
{
Q_OBJECT
public: