aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-09-21 10:08:23 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-23 07:47:04 +0000
commitd272582379b9f73f283bbc98177ed9b02af48367 (patch)
treec09585c1c4aeb45469aea4b2dc829f22150eb309 /src/qml/debugger
parenta9276971aa8018837b23a847b5dee3b63b39232e (diff)
Add a \since
Change-Id: Ib7fbbab5760e1f0c9727f8767ff79f64075fd358 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
Diffstat (limited to 'src/qml/debugger')
-rw-r--r--src/qml/debugger/qqmldebug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/debugger/qqmldebug.cpp b/src/qml/debugger/qqmldebug.cpp
index 83718921f1..35dc110e9a 100644
--- a/src/qml/debugger/qqmldebug.cpp
+++ b/src/qml/debugger/qqmldebug.cpp
@@ -92,6 +92,8 @@ bool QQmlDebuggingEnabler::startTcpDebugServer(int port, StartMode mode, const Q
}
/*!
+ * \since 5.6
+ *
* Enables debugging for QML engines created after calling this function. The debug server will
* connect to a debugger waiting on a local socket at the given \a socketFileName and block the QML
* engine until the connection is established if \a mode is \c WaitForClient. If \a mode is not