John Donovan,
Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th
John Donovan,
Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th
John Donovan,
Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th
This is not specific to Raspbian, but happens on all systems
where qreal == float (i.e. all ARM systems). This particular
issue happens because in qbrush.sip we have:
typedef QVector> QGradientStops;
while in Qt 5.1 qreal is used instead of double:
typedef QPair QGradientStop;
typedef QVe