aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-04-16 14:00:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-17 08:30:44 +0000
commit6f378a5f1b29805b8abbc3bdb86314f0157f4af7 (patch)
tree9c73e283d7e4ce663de490284cd1466331f29df8 /src
parent84fd42a91314b04448931dd1473eef7a9b5c3931 (diff)
Fix documentation
The '### Qt 7' comment between documentation and function definition breaks qdoc's matching logic, so put the comment above all that. Change-Id: I4a6786422d8c30a257f09d630351a878c64bd377 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 24af448c559af7b55d1afc79047ff76ddd26950e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickitemgrabresult.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickitemgrabresult.cpp b/src/quick/items/qquickitemgrabresult.cpp
index 41e9b2fe90..cc4ba62abc 100644
--- a/src/quick/items/qquickitemgrabresult.cpp
+++ b/src/quick/items/qquickitemgrabresult.cpp
@@ -183,6 +183,7 @@ QQuickItemGrabResult::QQuickItemGrabResult(QObject *parent)
* if successful; otherwise returns false.
*/
+// ### Qt 7: remove and keep only QUrl overload
/*!
* Saves the grab result as an image to \a fileName. Returns true
* if successful; otherwise returns false.