Closed zerotacg closed 10 months ago
got an error of using an incomplete type. Adding the import fixes it
error: invalid use of incomplete type 'class QButtonGroup' 37 | int getCheckedRotation() const { return rotationButtonGroup->checkedId(); }
got an error of using an incomplete type. Adding the import fixes it