Fix build with Qt 5.6.2.

This commit is contained in:
John Preston 2020-06-03 19:04:13 +04:00
parent 62feafef7e
commit c33ff2baba

View file

@ -934,7 +934,7 @@ void Parser::finalize(const TextParseOptions &options) {
} }
} }
_t->_links.squeeze(); _t->_links.squeeze();
_t->_blocks.shrink_to_fit(); _t->_blocks.squeeze();
_t->_text.squeeze(); _t->_text.squeeze();
} }