blob: 82e2db2d501b4465cce5844904ad2f4c5520b07d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (C) 2015 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
//! [0]
#include "objects.h"
#include <QAxFactory>
QAXFACTORY_BEGIN("{9e626211-be62-4d18-9483-9419358fbb03}", "{75c276de-1df5-451f-a004-e4fa1a587df1}")
QAXCLASS(QParentWidget)
QAXTYPE(QSubWidget)
QAXFACTORY_END()
//! [0]
|