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:
parent
5398d96839
commit
4c3c94eba5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user