QRegularExpressionValidator documentation issue

Discuss anything related to product development
Post Reply
seasoned_geek
Posts: 253
Joined: Thu Jun 11 2020 12:18 pm

QRegularExpressionValidator documentation issue

Post by seasoned_geek »

All,

https://www.copperspice.com/docs/cs_api/class_qregularexpressionvalidator.html

QRegularExpressionValidator had its own header file.

It appears CopperSpice hath moved it

If the class doesn't have its own header file the documentation really needs to inform the user just where to find it. I know enough with ls and grep to find something, beginners will not.

The "quick fix" for this is to add QRegularExpressionValidator as an include file that simply includes QtGui/qvalidator.h?
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: QRegularExpressionValidator documentation issue

Post by barbara »

We decided to update the API documentation. Thanks for letting us know about this issue.
Post Reply