MartinF99 / PlastikStyle

GNU Lesser General Public License v2.1
15 stars 3 forks source link

Qt 6.2 compatibility #1

Closed sommerluk closed 1 year ago

sommerluk commented 1 year ago

In the README PlastikStyle is declared compatible with Qt 6.2. However, on my local system it does not build against 6.2.

This PR solves the build issues.

MartinF99 commented 1 year ago

Why did you use #include "qvector.h" instead of `#include \<QVector>?

sommerluk commented 1 year ago

There was no particular reason, but all the previous lines also had this form.