﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
13634	QT5.15 - MythTV fails compile on Arch Linux	bonhug	Stuart Auchterlonie	"Compile of mythtv with QT5.15 fails with the following messages
{{{
mythpainter.cpp: In member function ‘void MythPainter::DrawTextPriv(MythImage*, const QString&, int, const QRect&, const MythFontProperties&)’:
mythpainter.cpp:268:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
  268 |     QPainterPath path;
      |                  ^~~~
make[2]: *** [Makefile:1629: obj/mythpainter.o] Error 1
}}}

by adding 

{{{
#include <QPainterPath>
}}}

to the top of mythpainter.cpp allowed compilation to succeed.

Regards

Brendan"	Bug Report - General	closed	minor	31.1	MythTV - General	v30-fixes	medium	Fixed	QT5.15		0
