1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Fix build on Windows - export ExternalJsObject

This commit is contained in:
David Rosca 2018-01-03 21:04:03 +01:00
parent 139a8dc8f1
commit e512cc7433

View File

@ -25,7 +25,7 @@ class AutoFillJsObject;
class QWebChannel;
class ExternalJsObject : public QObject
class QUPZILLA_EXPORT ExternalJsObject : public QObject
{
Q_OBJECT
Q_PROPERTY(QObject* speedDial READ speedDial CONSTANT)