summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/hierarchy/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/hierarchy/main.cpp')
-rw-r--r--examples/activeqt/hierarchy/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/activeqt/hierarchy/main.cpp b/examples/activeqt/hierarchy/main.cpp
deleted file mode 100644
index 5ebe6e8..0000000
--- a/examples/activeqt/hierarchy/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-//! [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]