QmlDesigner: export ZoomAction to Designer plugins

Change-Id: I53574fd1a7303b2b45d038b82bce8d18348a89c6
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Tim Jenssen
2018-05-02 12:55:50 +02:00
parent a67c192968
commit 063a55e3ac

View File

@@ -24,6 +24,8 @@
****************************************************************************/
#pragma once
#include <qmldesignercorelib_global.h>
#include <QWidgetAction>
#include <QPointer>
@@ -33,7 +35,7 @@ QT_END_NAMESPACE
namespace QmlDesigner {
class ZoomAction : public QWidgetAction
class QMLDESIGNERCORE_EXPORT ZoomAction : public QWidgetAction
{
Q_OBJECT