summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-14 10:01:15 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-21 17:34:20 +0000
commit714f05ed3c06e151eff2e26e8d04b7b9ea5a8a3d (patch)
tree0755c29e63d0b03a4216f49a2f2f1efe1d06df71
parent0295ed7567fa9901c8906b3ae4a95827c3ed109d (diff)
Don't add QOpcUa namespace to modules overview
These are effectively only C++ classes, which makes the QOpcUa namespace look out of line: https://doc.qt.io/qt-6/modules-cpp.html It shows up anyhow under https://doc.qt.io/qt-6/namespaces.html though. Change-Id: I0532cac3776576ebd14c8547fd4b24efe3f9733b Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 0dade51ed26e1c5e137bebffd616330a27d5695c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/opcua/client/qopcuatype.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opcua/client/qopcuatype.cpp b/src/opcua/client/qopcuatype.cpp
index ee42530..9273c77 100644
--- a/src/opcua/client/qopcuatype.cpp
+++ b/src/opcua/client/qopcuatype.cpp
@@ -47,7 +47,6 @@ QT_BEGIN_NAMESPACE
/*!
\namespace QOpcUa
- \ingroup modules
\inmodule QtOpcua
\brief The QOpcUa namespace contains miscellaneous identifiers used throughout the Qt OPC UA library.