qt5base-lts/tests/auto/gui/text/qtextcursor
Thiago Macieira d921a9bd15 Hide better the private API QTextCursor constructors
Both constructors were taking a pointer, so they participated in
overload resolution along with QTextDocument and QTextFrame pointers.

Instead, make them take references and move them to the private section
of QTextCursor. That necessitated adding a method to QTextCursorPrivate
to access that private constructor from non-friend classes.

Change-Id: I7e6338336dd6468ead24ffff1410e3bc534d77dd
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2016-01-22 03:36:16 +00:00
..
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qtextcursor.pro Hide better the private API QTextCursor constructors 2016-01-22 03:36:16 +00:00
tst_qtextcursor.cpp Hide better the private API QTextCursor constructors 2016-01-22 03:36:16 +00:00