mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
SvgImageProvider signature correction to use utils_global macro QTCREATOR_UTILS_EXPORT
This commit is contained in:
parent
5da204f4b7
commit
84c7325eb9
@ -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