diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2015-01-02 13:41:16 +0100 |
---|---|---|
committer | Nico Vertriest <nico.vertriest@digia.com> | 2015-01-02 14:15:47 +0100 |
commit | 21b379da4fbe878b508594e6d4faf1b0572b52fd (patch) | |
tree | 418c2f344b352013495a3cd7ebe9d3b129d644d4 /src | |
parent | 86ec599997adcd08babc818217be4d179c8d5666 (diff) | |
download | qttools-21b379da4fbe878b508594e6d4faf1b0572b52fd.tar.gz |
Doc: moved doc D-Bus Viewer from qttools to qtbase
Inserted in patch 102784 into qtdbus-index.qdoc
in qtbase
Task-number: QTBUG-43537
Change-Id: I6142aabe7675dd401de950958d20952e63a3ee4b
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/qdbus/qdbusviewer/qdbusviewer.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/qdbus/qdbusviewer/qdbusviewer.cpp b/src/qdbus/qdbusviewer/qdbusviewer.cpp index 0a37b09a5..b21734766 100644 --- a/src/qdbus/qdbusviewer/qdbusviewer.cpp +++ b/src/qdbus/qdbusviewer/qdbusviewer.cpp @@ -507,19 +507,3 @@ void QDBusViewer::anchorClicked(const QUrl &url) tree->scrollTo(idx); tree->setCurrentIndex(idx); } - -/*! - \page qdbusviewer.html - \title D-Bus Viewer - \keyword qdbusviewer - - The Qt D-Bus Viewer is a tool that lets you introspect D-Bus objects and messages. You can - choose between the system bus and the session bus. Click on any service on the list - on the left side to see all the exported objects. - - You can invoke methods by double-clicking on them. If a method takes one or more IN parameters, - a property editor opens. - - Right-click on a signal to connect to it. All emitted signals including their parameters - are output in the message view on the lower side of the window. -*/ |