I needed to use this library in a QT environment, and unfortunately the project doesn't build because of the word slots is reserved. QT is using signal/slots mechanism, and unfortunately it seems like the variables cannot be names "slots". So renaming this to mslots or slots would resolve this issue.
I needed to use this library in a QT environment, and unfortunately the project doesn't build because of the word slots is reserved. QT is using signal/slots mechanism, and unfortunately it seems like the variables cannot be names "slots". So renaming this to mslots or slots would resolve this issue.