We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the Windows and Android ones okay? Is the Q_ a "Qt" thing that we can use for all platforms? What's the OT_ thing?
Q_
OT_
Originally posted by @pljones in #3360 (comment)
The code should be refactored such that only one style is used. Probably Q_OS_WIN: https://doc.qt.io/qt-5/qtglobal.html#Q_OS_WIN
The text was updated successfully, but these errors were encountered:
The OT_ thing is just an enum within the Jamulus code, for the protocol byte that indicates the OS type:
jamulus/src/util.h
Lines 1062 to 1074 in d6c6fc7
Sorry, something went wrong.
Yes, I commented that in the respective PR.
No branches or pull requests
Are the Windows and Android ones okay? Is the
Q_
a "Qt" thing that we can use for all platforms? What's theOT_
thing?Originally posted by @pljones in #3360 (comment)
The code should be refactored such that only one style is used. Probably Q_OS_WIN: https://doc.qt.io/qt-5/qtglobal.html#Q_OS_WIN
The text was updated successfully, but these errors were encountered: