summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-02-22 13:06:18 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-03-03 12:46:29 +0100
commiteea83bac26294db61fe425da3da498f92145f866 (patch)
treef3fef475045d7998695a0db0f44a7737c4ff6ae6 /examples/dbus/doc/src
parent2b94453cbdab5c691c830ff539e81408d5330e3b (diff)
dbus examples: Remove listnames example
Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: I5c483cbfec4072dae610c6d98b97d10057ba9ddc Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples/dbus/doc/src')
-rw-r--r--examples/dbus/doc/src/listnames.qdoc15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/dbus/doc/src/listnames.qdoc b/examples/dbus/doc/src/listnames.qdoc
deleted file mode 100644
index afff9bd920..0000000000
--- a/examples/dbus/doc/src/listnames.qdoc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example listnames
- \title D-Bus List Names Example
- \ingroup examples-dbus
- \brief Shows how to access the D-Bus bus daemon service.
-
- \e{List Names} is a command-line example which shows how to
- access the \l{Qt D-Bus} bus daemon service. The example prints various
- information about the bus daemon service.
-
- \include examples-run.qdocinc
-*/