Qt 6.11 is out! See what's new in the release
blog
QBitArray - Incomplete type
-
What can be wrong with below declaration QBitArray:

-
What can be wrong with below declaration QBitArray:

#include <QBitArray> -
What can be wrong with below declaration QBitArray:

@Damian7546 said in QBitArray - Incomplete type:
What can be wrong with below declaration QBitArray:
missing
#include <QBitArray>and/or to old Qt Version -
Thanks! My mistake
-
This post is deleted!