Skip to content
New issue

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

Fix QString::SplitBehavior deprecation, replace with Qt:: #1302

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

daleglass
Copy link
Contributor

Fixes a bunch of this:

‘QStringList QString::split(const QRegExp&, QString::SplitBehavior) const’ is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]

@digisomni digisomni added this to the 2021.2.0 Selene Release milestone Aug 7, 2021
@ctrlaltdavid ctrlaltdavid added CR Approved At least one code reviewer has approved the PR. and removed needs CR (code review) labels Aug 7, 2021
@digisomni digisomni removed the needs testing (QA) The PR is ready for testing label Aug 7, 2021
@digisomni digisomni merged commit 6eb7b9e into vircadia:master Aug 12, 2021
@ArcadeFever
Copy link
Contributor

ArcadeFever commented Dec 6, 2021

Looks like this PR didn't build on Android...likely because wrong QT version? How long has Android build been broken?

@JulianGro
Copy link
Contributor

Android builds have been broken for quite some time now. I would guess around two months.
Dale tried fixing that but got a bit stuck: #1280

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix CR Approved At least one code reviewer has approved the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants