mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 00:48:38 +00:00
qt: rebuild (add missing header includes for container types)
This commit is contained in:
parent
bfbaeaf514
commit
96bdaffef0
@ -18,6 +18,7 @@
|
||||
#include <QObject>
|
||||
#include <QPaintDevice>
|
||||
#include <QPaintEvent>
|
||||
#include <QPair>
|
||||
#include <QRect>
|
||||
#include <QResizeEvent>
|
||||
#include <QSize>
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -213,7 +212,6 @@ class ScintillaEdit;
|
||||
class ScintillaEditBase;
|
||||
#else
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -53,7 +52,6 @@ class QsciStyle;
|
||||
class QsciStyledText;
|
||||
#else
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -48,7 +47,6 @@ class QWidget;
|
||||
class QsciScintillaBase;
|
||||
#else
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -53,7 +52,6 @@ class QsciStyle;
|
||||
class QsciStyledText;
|
||||
#else
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -48,7 +47,6 @@ class QWidget;
|
||||
class QsciScintillaBase;
|
||||
#else
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <QJsonObject>
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
#include <QPair>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <cstring>
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QCborError;
|
||||
class QCborStreamReader;
|
||||
class QIODevice;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCborError QCborError;
|
||||
typedef struct QCborStreamReader QCborStreamReader;
|
||||
typedef struct QIODevice QIODevice;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QCborStreamWriter;
|
||||
class QIODevice;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCborStreamWriter QCborStreamWriter;
|
||||
typedef struct QIODevice QIODevice;
|
||||
#endif
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QCborArray;
|
||||
class QCborMap;
|
||||
class QCborParserError;
|
||||
@ -30,7 +29,6 @@ class QUrl;
|
||||
class QUuid;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCborArray QCborArray;
|
||||
typedef struct QCborMap QCborMap;
|
||||
typedef struct QCborParserError QCborParserError;
|
||||
|
@ -18,7 +18,6 @@ extern "C" {
|
||||
class QAbstractButton;
|
||||
class QActionEvent;
|
||||
class QButtonGroup;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -53,7 +52,6 @@ class QWidget;
|
||||
typedef struct QAbstractButton QAbstractButton;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QButtonGroup QButtonGroup;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -22,7 +22,6 @@ typedef QAbstractEventDispatcher::TimerInfo QAbstractEventDispatcher__TimerInfo;
|
||||
class QAbstractEventDispatcher__TimerInfo;
|
||||
#endif
|
||||
class QAbstractNativeEventFilter;
|
||||
class QByteArray;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
class QSocketNotifier;
|
||||
@ -31,7 +30,6 @@ class QThread;
|
||||
typedef struct QAbstractEventDispatcher QAbstractEventDispatcher;
|
||||
typedef struct QAbstractEventDispatcher__TimerInfo QAbstractEventDispatcher__TimerInfo;
|
||||
typedef struct QAbstractNativeEventFilter QAbstractNativeEventFilter;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QObject QObject;
|
||||
typedef struct QSocketNotifier QSocketNotifier;
|
||||
|
@ -18,7 +18,6 @@ extern "C" {
|
||||
class QAbstractItemModel;
|
||||
class QAbstractListModel;
|
||||
class QAbstractTableModel;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QMetaMethod;
|
||||
@ -34,7 +33,6 @@ class QVariant;
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QAbstractListModel QAbstractListModel;
|
||||
typedef struct QAbstractTableModel QAbstractTableModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QMetaMethod QMetaMethod;
|
||||
|
@ -16,10 +16,8 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractNativeEventFilter;
|
||||
class QByteArray;
|
||||
#else
|
||||
typedef struct QAbstractNativeEventFilter QAbstractNativeEventFilter;
|
||||
typedef struct QByteArray QByteArray;
|
||||
#endif
|
||||
|
||||
void QAbstractNativeEventFilter_new(QAbstractNativeEventFilter** outptr_QAbstractNativeEventFilter);
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemModel;
|
||||
class QAbstractProxyModel;
|
||||
class QByteArray;
|
||||
class QItemSelection;
|
||||
class QMetaObject;
|
||||
class QMimeData;
|
||||
@ -28,7 +27,6 @@ class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QAbstractProxyModel QAbstractProxyModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QItemSelection QItemSelection;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QMimeData QMimeData;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractSlider;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -49,7 +48,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAbstractSlider QAbstractSlider;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractSpinBox;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -49,7 +48,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAbstractSpinBox QAbstractSpinBox;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <QColor>
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
#include <QPoint>
|
||||
#include <QRect>
|
||||
#include <QSize>
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <QAccessibleWidget>
|
||||
#include <QColor>
|
||||
#include <QList>
|
||||
#include <QPair>
|
||||
#include <QRect>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <QLinearGradient>
|
||||
#include <QList>
|
||||
#include <QMatrix>
|
||||
#include <QPair>
|
||||
#include <QPixmap>
|
||||
#include <QPointF>
|
||||
#include <QRadialGradient>
|
||||
|
@ -16,14 +16,12 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QBuffer;
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QMetaMethod;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
#else
|
||||
typedef struct QBuffer QBuffer;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QMetaMethod QMetaMethod;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QByteArrayMatcher;
|
||||
class QStaticByteArrayMatcherBase;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QByteArrayMatcher QByteArrayMatcher;
|
||||
typedef struct QStaticByteArrayMatcherBase QStaticByteArrayMatcherBase;
|
||||
#endif
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCalendar;
|
||||
class QCalendarWidget;
|
||||
class QCloseEvent;
|
||||
@ -51,7 +50,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCalendar QCalendar;
|
||||
typedef struct QCalendarWidget QCalendarWidget;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QColorSpace;
|
||||
class QColorTransform;
|
||||
class QPointF;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColorSpace QColorSpace;
|
||||
typedef struct QColorTransform QColorTransform;
|
||||
typedef struct QPointF QPointF;
|
||||
|
@ -19,7 +19,6 @@ class QAbstractItemDelegate;
|
||||
class QAbstractItemModel;
|
||||
class QAbstractItemView;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QComboBox;
|
||||
class QCompleter;
|
||||
@ -58,7 +57,6 @@ typedef struct QAbstractItemDelegate QAbstractItemDelegate;
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QAbstractItemView QAbstractItemView;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QComboBox QComboBox;
|
||||
typedef struct QCompleter QCompleter;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemModel;
|
||||
class QByteArray;
|
||||
class QConcatenateTablesProxyModel;
|
||||
class QMetaObject;
|
||||
class QMimeData;
|
||||
@ -26,7 +25,6 @@ class QSize;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QConcatenateTablesProxyModel QConcatenateTablesProxyModel;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QMimeData QMimeData;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QDynamicPropertyChangeEvent;
|
||||
class QEvent;
|
||||
class QObject;
|
||||
class QTimerEvent;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QDynamicPropertyChangeEvent QDynamicPropertyChangeEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QCryptographicHash;
|
||||
class QIODevice;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCryptographicHash QCryptographicHash;
|
||||
typedef struct QIODevice QIODevice;
|
||||
#endif
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QDataStream;
|
||||
class QIODevice;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDataStream QDataStream;
|
||||
typedef struct QIODevice QIODevice;
|
||||
#endif
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemDelegate;
|
||||
class QAbstractItemModel;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QDataWidgetMapper;
|
||||
class QEvent;
|
||||
@ -30,7 +29,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAbstractItemDelegate QAbstractItemDelegate;
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QDataWidgetMapper QDataWidgetMapper;
|
||||
typedef struct QEvent QEvent;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QDebug;
|
||||
class QDebugStateSaver;
|
||||
class QIODevice;
|
||||
class QNoDebug;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QDebug QDebug;
|
||||
typedef struct QDebugStateSaver QDebugStateSaver;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDesktopWidget;
|
||||
@ -48,7 +47,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDesktopWidget QDesktopWidget;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDialog;
|
||||
@ -47,7 +46,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDialog QDialog;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractButton;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDialogButtonBox;
|
||||
@ -50,7 +49,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAbstractButton QAbstractButton;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDialogButtonBox QDialogButtonBox;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemModel;
|
||||
class QByteArray;
|
||||
class QDirModel;
|
||||
class QFileIconProvider;
|
||||
class QFileInfo;
|
||||
@ -29,7 +28,6 @@ class QSize;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDirModel QDirModel;
|
||||
typedef struct QFileIconProvider QFileIconProvider;
|
||||
typedef struct QFileInfo QFileInfo;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAction;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDockWidget;
|
||||
@ -49,7 +48,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDockWidget QDockWidget;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QFile;
|
||||
class QFileDevice;
|
||||
class QIODevice;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QFile QFile;
|
||||
typedef struct QFileDevice QFileDevice;
|
||||
typedef struct QIODevice QIODevice;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemDelegate;
|
||||
class QAbstractProxyModel;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDialog;
|
||||
@ -37,7 +36,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAbstractItemDelegate QAbstractItemDelegate;
|
||||
typedef struct QAbstractProxyModel QAbstractProxyModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDialog QDialog;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemModel;
|
||||
class QByteArray;
|
||||
class QDateTime;
|
||||
class QDir;
|
||||
class QEvent;
|
||||
@ -33,7 +32,6 @@ class QTimerEvent;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDateTime QDateTime;
|
||||
typedef struct QDir QDir;
|
||||
typedef struct QEvent QEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -47,7 +46,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QFont;
|
||||
class QFontDatabase;
|
||||
class QFontInfo;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QFont QFont;
|
||||
typedef struct QFontDatabase QFontDatabase;
|
||||
typedef struct QFontInfo QFontInfo;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -48,7 +47,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <QMetaMethod>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
#include <QPointF>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
@ -48,7 +47,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -18,7 +18,6 @@ extern "C" {
|
||||
class QAbstractItemModel;
|
||||
class QAbstractItemView;
|
||||
class QAbstractScrollArea;
|
||||
class QByteArray;
|
||||
class QDragEnterEvent;
|
||||
class QDragLeaveEvent;
|
||||
class QDragMoveEvent;
|
||||
@ -51,7 +50,6 @@ class QWidget;
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QAbstractItemView QAbstractItemView;
|
||||
typedef struct QAbstractScrollArea QAbstractScrollArea;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
typedef struct QDragLeaveEvent QDragLeaveEvent;
|
||||
typedef struct QDragMoveEvent QDragMoveEvent;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QColorSpace;
|
||||
class QColorTransform;
|
||||
@ -31,7 +30,6 @@ class QRect;
|
||||
class QSize;
|
||||
class QTransform;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QColorSpace QColorSpace;
|
||||
typedef struct QColorTransform QColorTransform;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QIODevice;
|
||||
@ -29,7 +28,6 @@ class QRect;
|
||||
class QTimerEvent;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QIODevice QIODevice;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QIODevice;
|
||||
class QImage;
|
||||
@ -23,7 +22,6 @@ class QImageReader;
|
||||
class QRect;
|
||||
class QSize;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QImage QImage;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QImage;
|
||||
class QImageWriter;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QImage QImage;
|
||||
typedef struct QImageWriter QImageWriter;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QIODevice;
|
||||
@ -24,7 +23,6 @@ class QMetaObject;
|
||||
class QObject;
|
||||
class QTimerEvent;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QIODevice QIODevice;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QItemEditorCreatorBase;
|
||||
class QItemEditorFactory;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QItemEditorCreatorBase QItemEditorCreatorBase;
|
||||
typedef struct QItemEditorFactory QItemEditorFactory;
|
||||
typedef struct QWidget QWidget;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QJsonArray;
|
||||
class QJsonDocument;
|
||||
class QJsonObject;
|
||||
@ -23,7 +22,6 @@ class QJsonParseError;
|
||||
class QJsonValue;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QJsonArray QJsonArray;
|
||||
typedef struct QJsonDocument QJsonDocument;
|
||||
typedef struct QJsonObject QJsonObject;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -49,7 +48,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAction;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QCompleter;
|
||||
class QContextMenuEvent;
|
||||
@ -54,7 +53,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QCompleter QCompleter;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDockWidget;
|
||||
@ -52,7 +51,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDockWidget QDockWidget;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
@ -51,7 +50,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAction;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -52,7 +51,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAction;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -53,7 +52,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QMessageAuthenticationCode;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QMessageAuthenticationCode QMessageAuthenticationCode;
|
||||
#endif
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QGenericArgument;
|
||||
class QGenericReturnArgument;
|
||||
class QMetaClassInfo;
|
||||
@ -26,7 +25,6 @@ class QMetaProperty;
|
||||
class QObject;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QGenericArgument QGenericArgument;
|
||||
typedef struct QGenericReturnArgument QGenericReturnArgument;
|
||||
typedef struct QMetaClassInfo QMetaClassInfo;
|
||||
|
@ -15,13 +15,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QDataStream;
|
||||
class QDebug;
|
||||
class QMetaObject;
|
||||
class QMetaType;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDataStream QDataStream;
|
||||
typedef struct QDebug QDebug;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QMetaMethod;
|
||||
@ -26,7 +25,6 @@ class QTimerEvent;
|
||||
class QUrl;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QMetaMethod QMetaMethod;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QFileInfo;
|
||||
class QIODevice;
|
||||
class QMimeDatabase;
|
||||
class QMimeType;
|
||||
class QUrl;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QFileInfo QFileInfo;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QMimeDatabase QMimeDatabase;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QColor;
|
||||
class QEvent;
|
||||
@ -30,7 +29,6 @@ class QRect;
|
||||
class QSize;
|
||||
class QTimerEvent;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QEvent QEvent;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QMetaMethod;
|
||||
@ -33,7 +32,6 @@ class QThread;
|
||||
class QTimerEvent;
|
||||
class QVariant;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QMetaMethod QMetaMethod;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QGenericArgument;
|
||||
class QGenericReturnArgument;
|
||||
class QMetaClassInfo;
|
||||
@ -35,7 +34,6 @@ class QMetaObject__SuperData;
|
||||
class QMetaProperty;
|
||||
class QObject;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QGenericArgument QGenericArgument;
|
||||
typedef struct QGenericReturnArgument QGenericReturnArgument;
|
||||
typedef struct QMetaClassInfo QMetaClassInfo;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
class QIODevice;
|
||||
@ -34,7 +33,6 @@ class QPdfWriter;
|
||||
class QSizeF;
|
||||
class QTimerEvent;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QIODevice QIODevice;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QPaintDevice;
|
||||
class QPaintEngine;
|
||||
@ -25,7 +24,6 @@ class QPictureIO;
|
||||
class QPoint;
|
||||
class QRect;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QPaintDevice QPaintDevice;
|
||||
typedef struct QPaintEngine QPaintEngine;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QBitmap;
|
||||
class QByteArray;
|
||||
class QColor;
|
||||
class QIODevice;
|
||||
class QImage;
|
||||
@ -34,7 +33,6 @@ class QSize;
|
||||
class QTransform;
|
||||
#else
|
||||
typedef struct QBitmap QBitmap;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QImage QImage;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
class QProcess;
|
||||
class QProcessEnvironment;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QObject QObject;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -47,7 +46,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractAnimation;
|
||||
class QByteArray;
|
||||
class QEvent;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
@ -25,7 +24,6 @@ class QVariant;
|
||||
class QVariantAnimation;
|
||||
#else
|
||||
typedef struct QAbstractAnimation QAbstractAnimation;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QObject QObject;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QFont;
|
||||
class QImage;
|
||||
@ -25,7 +24,6 @@ class QRawFont;
|
||||
class QRectF;
|
||||
class QTransform;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QFont QFont;
|
||||
typedef struct QImage QImage;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QDateTime;
|
||||
class QLocale;
|
||||
class QResource;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDateTime QDateTime;
|
||||
typedef struct QLocale QLocale;
|
||||
typedef struct QResource QResource;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -48,7 +47,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QAbstractTransition;
|
||||
class QByteArray;
|
||||
class QEvent;
|
||||
class QMetaObject;
|
||||
class QObject;
|
||||
@ -24,7 +23,6 @@ class QSignalTransition;
|
||||
class QState;
|
||||
#else
|
||||
typedef struct QAbstractTransition QAbstractTransition;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QEvent QEvent;
|
||||
typedef struct QMetaObject QMetaObject;
|
||||
typedef struct QObject QObject;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -47,7 +46,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
@ -50,7 +49,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
@ -50,7 +49,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractItemModel;
|
||||
class QBrush;
|
||||
class QByteArray;
|
||||
class QDataStream;
|
||||
class QFont;
|
||||
class QIcon;
|
||||
@ -32,7 +31,6 @@ class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractItemModel QAbstractItemModel;
|
||||
typedef struct QBrush QBrush;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDataStream QDataStream;
|
||||
typedef struct QFont QFont;
|
||||
typedef struct QIcon QIcon;
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <QList>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
#include <QSet>
|
||||
#include <QState>
|
||||
#include <QStateMachine>
|
||||
#define WORKAROUND_INNER_CLASS_DEFINITION_QStateMachine__SignalEvent
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -47,7 +46,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QDir;
|
||||
class QStorageInfo;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDir QDir;
|
||||
typedef struct QStorageInfo QStorageInfo;
|
||||
#endif
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QStringView;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QStringView QStringView;
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include <QPair>
|
||||
#include <QSurfaceFormat>
|
||||
#include <qsurfaceformat.h>
|
||||
#include "gen_qsurfaceformat.h"
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QColor;
|
||||
class QContextMenuEvent;
|
||||
@ -51,7 +50,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QColor QColor;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
@ -16,7 +16,6 @@ extern "C" {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -49,7 +48,6 @@ class QWheelEvent;
|
||||
class QWidget;
|
||||
#else
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QTextCodec;
|
||||
#if defined(WORKAROUND_INNER_CLASS_DEFINITION_QTextCodec__ConverterState)
|
||||
@ -26,7 +25,6 @@ class QTextCodec__ConverterState;
|
||||
class QTextDecoder;
|
||||
class QTextEncoder;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QTextCodec QTextCodec;
|
||||
typedef struct QTextCodec__ConverterState QTextCodec__ConverterState;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAbstractTextDocumentLayout;
|
||||
class QAbstractUndoItem;
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QChildEvent;
|
||||
class QEvent;
|
||||
@ -44,7 +43,6 @@ class QVariant;
|
||||
#else
|
||||
typedef struct QAbstractTextDocumentLayout QAbstractTextDocumentLayout;
|
||||
typedef struct QAbstractUndoItem QAbstractUndoItem;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QEvent QEvent;
|
||||
|
@ -15,12 +15,10 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QTextCursor;
|
||||
class QTextDocument;
|
||||
class QTextDocumentFragment;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QTextCursor QTextCursor;
|
||||
typedef struct QTextDocument QTextDocument;
|
||||
typedef struct QTextDocumentFragment QTextDocumentFragment;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QIODevice;
|
||||
class QTextCodec;
|
||||
class QTextDocument;
|
||||
class QTextDocumentFragment;
|
||||
class QTextDocumentWriter;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QTextCodec QTextCodec;
|
||||
typedef struct QTextDocument QTextDocument;
|
||||
|
@ -15,14 +15,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QIODevice;
|
||||
class QLocale;
|
||||
class QTextCodec;
|
||||
class QTextStream;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QIODevice QIODevice;
|
||||
typedef struct QLocale QLocale;
|
||||
|
@ -15,7 +15,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QDateTime;
|
||||
class QLocale;
|
||||
class QTimeZone;
|
||||
@ -25,7 +24,6 @@ typedef QTimeZone::OffsetData QTimeZone__OffsetData;
|
||||
class QTimeZone__OffsetData;
|
||||
#endif
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QDateTime QDateTime;
|
||||
typedef struct QLocale QLocale;
|
||||
typedef struct QTimeZone QTimeZone;
|
||||
|
@ -17,7 +17,6 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
class QAction;
|
||||
class QActionEvent;
|
||||
class QByteArray;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
class QDragEnterEvent;
|
||||
@ -51,7 +50,6 @@ class QWidget;
|
||||
#else
|
||||
typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
typedef struct QDragEnterEvent QDragEnterEvent;
|
||||
|
@ -15,11 +15,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QUrl;
|
||||
class QUrlQuery;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QUrl QUrl;
|
||||
typedef struct QUrlQuery QUrlQuery;
|
||||
#endif
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <QChar>
|
||||
#include <QList>
|
||||
#include <QPair>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <cstring>
|
||||
|
@ -15,10 +15,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
class QByteArray;
|
||||
class QUuid;
|
||||
#else
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QUuid QUuid;
|
||||
#endif
|
||||
|
||||
|
@ -21,7 +21,6 @@ typedef QAssociativeIterable::const_iterator QAssociativeIterable__const_iterato
|
||||
class QAssociativeIterable__const_iterator;
|
||||
#endif
|
||||
class QBitArray;
|
||||
class QByteArray;
|
||||
class QChar;
|
||||
class QDataStream;
|
||||
class QDate;
|
||||
@ -62,7 +61,6 @@ class QVariantComparisonHelper;
|
||||
#else
|
||||
typedef struct QAssociativeIterable__const_iterator QAssociativeIterable__const_iterator;
|
||||
typedef struct QBitArray QBitArray;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChar QChar;
|
||||
typedef struct QDataStream QDataStream;
|
||||
typedef struct QDate QDate;
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <QList>
|
||||
#include <QMetaObject>
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
#include <QString>
|
||||
#include <QByteArray>
|
||||
#include <cstring>
|
||||
|
@ -19,7 +19,6 @@ class QAction;
|
||||
class QActionEvent;
|
||||
class QBackingStore;
|
||||
class QBitmap;
|
||||
class QByteArray;
|
||||
class QChildEvent;
|
||||
class QCloseEvent;
|
||||
class QContextMenuEvent;
|
||||
@ -75,7 +74,6 @@ typedef struct QAction QAction;
|
||||
typedef struct QActionEvent QActionEvent;
|
||||
typedef struct QBackingStore QBackingStore;
|
||||
typedef struct QBitmap QBitmap;
|
||||
typedef struct QByteArray QByteArray;
|
||||
typedef struct QChildEvent QChildEvent;
|
||||
typedef struct QCloseEvent QCloseEvent;
|
||||
typedef struct QContextMenuEvent QContextMenuEvent;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user