qt5base-lts/tests/auto/gui/text/qtextpiecetable
Eskil Abrahamsen Blomfeldt 4724dfff62 Remove references to QTextDocumentPrivate from public API
The private object of QTextDocument has been exposed through
public APIs marked internal, which we should avoid as much as
possible, since it clutters the headers.

For accessing private data without adding friends, we have
a nice pattern of adding a static get() function to the
private class itself.

Fixes: QTBUG-55059
Change-Id: I03e949a677e03487e95f24e3608a06aa0a3511ab
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2020-03-04 08:28:04 +01:00
..
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
CMakeLists.txt Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
qtextpiecetable.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
tst_qtextpiecetable.cpp Remove references to QTextDocumentPrivate from public API 2020-03-04 08:28:04 +01:00