Qt6: add include files to keep QVectorIterator working
The QVectorIterator is only available in Qt6 when you explicitly add the include files. Suggested-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fc66352c3c
commit
c3cc3155fc
@ -37,6 +37,8 @@
|
||||
#include <QStyle>
|
||||
#include <QStyleOptionFocusRect>
|
||||
#include <QDebug>
|
||||
#include <QList>
|
||||
#include <QVector>
|
||||
#include <cmath>
|
||||
|
||||
struct GroupedLineEdit::Private {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user