From 273fb1a2e8084a611ca9047c5d5a5ed26a521945 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 17 Apr 2013 11:14:12 +0200 Subject: [PATCH] docs: Remove warning that is no longer applicable. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1d7359b48ab4bb6001171901ab55d4c5030fb1f9 Reviewed-by: Jan Arve Sæther --- src/quick/items/qquickwindow.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp index 494ad1e..abd325e 100644 --- a/src/quick/items/qquickwindow.cpp +++ b/src/quick/items/qquickwindow.cpp @@ -149,8 +149,6 @@ private: /*! Returns an accessibility interface for this window, or 0 if such an interface cannot be created. - - \warning The caller is responsible for deleting the returned interface. */ QAccessibleInterface *QQuickWindow::accessibleRoot() const { -- 1.7.2.5