From e78843a23e1485abddf81e10c34048b7e0bd9eaa Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 14 Mar 2019 09:25:16 +0100 Subject: Remove incorrect statement in SplitView's documentation State is saved into a byte array, not a string. Change-Id: Id5a62a281a43349d0fa5d6a8c69a25cba900f9c7 Reviewed-by: Paul Wicking --- src/quicktemplates2/qquicksplitview.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/quicktemplates2/qquicksplitview.cpp b/src/quicktemplates2/qquicksplitview.cpp index 6d9e983e..cbba1671 100644 --- a/src/quicktemplates2/qquicksplitview.cpp +++ b/src/quicktemplates2/qquicksplitview.cpp @@ -248,8 +248,6 @@ QT_BEGIN_NAMESPACE } \endcode - As the state is saved into a string, it can be written to any kind of file. - \sa SplitHandle, {Customizing SplitView}, {Container Controls} */ -- cgit v1.2.3