From c372b427f7223a8c265cf0627aab10c8ea7631f5 Mon Sep 17 00:00:00 2001
From: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Date: Fri, 28 Nov 2014 13:06:17 +0200
Subject: [PATCH] Remove known issue about crash with enterprise buttons
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Can't repro this anymore.

Change-Id: I74cb730d18105bec6d6e86c3be3f1c5eb7352ded
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
---
 README                      | 2 --
 src/doc/src/qtcanvas3d.qdoc | 2 --
 2 files changed, 4 deletions(-)

diff --git a/README b/README
index 2b3e7d5..1b38631 100644
--- a/README
+++ b/README
@@ -75,8 +75,6 @@ Known Issues
 - QObject based TypedArray implementation is a temporary stop gap solution
   and will be removed from QtCanvas3D later on.
 - Texturing does not work perfectly in all of the examples.
-- Using Qt Quick Enterprise Controls buttons cause a crash on application exit
-  on Windows in certain circumstances (try JSON Models Example for reference).
 - Resizing window works incorrectly if viewport is updated during rendering to match
   the window size (try Framebuffer Example for reference).
 - These methods are named for Tech Preview with “a” postfix to denote “array” versions taking a JavaScript array instead of TypedArray.
diff --git a/src/doc/src/qtcanvas3d.qdoc b/src/doc/src/qtcanvas3d.qdoc
index f78cb95..d5c95b0 100644
--- a/src/doc/src/qtcanvas3d.qdoc
+++ b/src/doc/src/qtcanvas3d.qdoc
@@ -170,8 +170,6 @@
     \list
         \li QObject based TypedArray implementation is a temporary stop gap solution and will be removed from QtCanvas3D later on.
         \li Texturing does not work perfectly in all of the examples.
-        \li Using Qt Quick Enterprise Controls buttons cause a crash on application exit
-            on Windows in certain circumstances (try \l{JSON Models Example} for reference).
         \li Resizing window works incorrectly if viewport is updated during rendering to match
             the window size (try \l{Framebuffer Example} for reference).
         \li These methods are named for Tech Preview with “a” postfix to denote “array” versions taking a JavaScript array instead of TypedArray.
-- 
GitLab