davidmoreno / rtpmidid

RTP MIDI (AppleMIDI) daemon for Linux
Other
183 stars 41 forks source link

Qt conflicts because of variables named "slots" #96

Closed srki-pravi-frki closed 1 year ago

srki-pravi-frki commented 1 year ago

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.