QLocalServer documentation error

Report any problems with CopperSpice
Post Reply
seasoned_geek
Posts: 258
Joined: Thu Jun 11 2020 12:18 pm

QLocalServer documentation error

Post by seasoned_geek »

Small nit found here

https://www.copperspice.com/docs/cs_api/class_qlocalserver.html#ac27b49a4b72839ad0aa48c2055e04629

Code: Select all

QLocalServer:NoOptions	0x00	No access restrictions have been set
QLocalServer:UserAccessOption	0x01	Access is restricted to the same user as the process that created the socket
QLocalServer:GroupAccessOption	0x02	Access is restricted to the same group but not the user that created the socket on Linux.
Access is restricted to the primary group of the process on Windows
QLocalServer:OtherAccessOption	0x04	Access is available to everyone but the user and group that created the socket on Linux.
Access is available to everyone on Windows.
QLocalServer:WorldAccessOption	0x07	No access restrictions
Should be 2 colons not one
barbara
Posts: 455
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: QLocalServer documentation error

Post by barbara »

Thanks, we corrected the documentation. This will appear in the next release of the CS API documentation.
Post Reply