Skip to content

Fix compile with Qt5: Use QString::mid instead of QString::sliced

Milian Wolff requested to merge mwolff/qtbase:milian/sliced-to-mid into kde/5.15

Sliced is a faster version of mid. In a test it doesn't matter which one we use, and this allows us to build Qt5 with tests enabled.

Change-Id: I668580d675224324bf481e7b17358bbbe44741fd

Merge request reports