Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesignerexportwidget.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QDESIGNEREXPORTWIDGET_H
6#define QDESIGNEREXPORTWIDGET_H
7
8#include <QtCore/qglobal.h>
9
11
12#if 0
13// pragma for syncqt, don't remove.
14#pragma qt_class(QDesignerExportWidget)
15#pragma qt_deprecates(QtDesigner/qdesignerexportwidget.h)
16#pragma qt_deprecates(QtDesigner/QDesignerExportWidget)
17#endif
18
19#if defined(QDESIGNER_EXPORT_WIDGETS)
20# define QDESIGNER_WIDGET_EXPORT Q_DECL_EXPORT
21#else
22# define QDESIGNER_WIDGET_EXPORT Q_DECL_IMPORT
23#endif
24
26
27#endif //QDESIGNEREXPORTWIDGET_H
\inmodule QtSql