QTextLayout::d is private
Compile fix for tst_qtextscriptengine.cpp test on the mac. Change-Id: I912a339c6c659dc8958cc5997a331e3c18c9cb06 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
8dea797015
commit
8fb7efeb2f
@ -1173,7 +1173,7 @@ void tst_QTextScriptEngine::combiningMarks_qtbug15675()
|
||||
|
||||
QFont font("Monaco");
|
||||
QTextLayout layout(s, font);
|
||||
QTextEngine *e = layout.d;
|
||||
QTextEngine *e = layout.engine();
|
||||
e->itemize();
|
||||
e->shape(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user