1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

SvgImageProvider signature correction to use utils_global macro QTCREATOR_UTILS_EXPORT

This commit is contained in:
Mike LaBranche 2012-07-31 16:15:58 -07:00
parent 5398d96839
commit 4c3c94eba5

View File

@ -33,7 +33,9 @@
#include <QSvgRenderer>
#include <QMap>
class Q_DECL_EXPORT SvgImageProvider : public QObject, public QDeclarativeImageProvider
#include "utils_global.h"
class QTCREATOR_UTILS_EXPORT SvgImageProvider : public QObject, public QDeclarativeImageProvider
{
Q_OBJECT
public: