API typo selectAllEntites

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
duccoder
Active Member
Posts: 30
Joined: Thu Jun 25, 2015 10:11 am

API typo selectAllEntites

Post by duccoder » Wed Jan 09, 2019 9:19 am

Please have a check: http://www.qcad.org/doc/qcad/3.0/develo ... 4aff845b8f

Code: Select all

void RDocument::selectAllEntites	(	QSet< REntity::Id > * 	affectedEntities = NULL	)	
Should be selectAllEntities instead.

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: API typo selectAllEntites

Post by andrew » Wed Jan 09, 2019 10:00 am

Thanks.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”