summaryrefslogtreecommitdiffstats
path: root/src/uiplugin/qdesignerexportwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uiplugin/qdesignerexportwidget.h')
-rw-r--r--src/uiplugin/qdesignerexportwidget.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/uiplugin/qdesignerexportwidget.h b/src/uiplugin/qdesignerexportwidget.h
new file mode 100644
index 000000000..ba32097e7
--- /dev/null
+++ b/src/uiplugin/qdesignerexportwidget.h
@@ -0,0 +1,26 @@
+// Copyright (C) 2016 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
+#ifndef QDESIGNEREXPORTWIDGET_H
+#define QDESIGNEREXPORTWIDGET_H
+
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
+
+#if 0
+// pragma for syncqt, don't remove.
+#pragma qt_class(QDesignerExportWidget)
+#pragma qt_deprecates(QtDesigner/qdesignerexportwidget.h)
+#pragma qt_deprecates(QtDesigner/QDesignerExportWidget)
+#endif
+
+#if defined(QDESIGNER_EXPORT_WIDGETS)
+# define QDESIGNER_WIDGET_EXPORT Q_DECL_EXPORT
+#else
+# define QDESIGNER_WIDGET_EXPORT Q_DECL_IMPORT
+#endif
+
+QT_END_NAMESPACE
+
+#endif //QDESIGNEREXPORTWIDGET_H