I broke unit tests for Mac OS in D18200 with a typo. Fix it here.
Also include missing header needed for the qWarning() << syntax. It does not seem to be required, but it doesn't hurt to include it (it is included in every other cpp file that uses qWarning() << ...