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:
parent
6b0da6bc72
commit
69d5e7fe7e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user