Skip to content

Conversation

@limitedAtonement
Copy link

https://doc.qt.io/qt-5/qstringlist-members.html

It would have gotten this functionality from QList presumably, but that class also doesn't have remove: https://doc.qt.io/qt-5/qlist.html

QT3 had this functionality:
https://documentation.help/Qt-3.0.5/qstringlist.html (through the QValueList object: https://documentation.help/Qt-3.0.5/qvaluelist.html). Qt 4 removed it in favor of removeAt and removeAll. Qt5 retained this removal, but QT 6 appears to have added it back:

https://doc.qt.io/qt-6/qstringlist-members.html

https://doc.qt.io/qt-5/qstringlist-members.html

It would have gotten this functionality from QList presumably, but that
class also doesn't have remove: https://doc.qt.io/qt-5/qlist.html

QT3 had this functionality:
https://documentation.help/Qt-3.0.5/qstringlist.html (through the
QValueList object: https://documentation.help/Qt-3.0.5/qvaluelist.html).
Qt 4 removed it in favor of removeAt and removeAll. Qt5 retained this
removal, but QT 6 appears to have added it back:

https://doc.qt.io/qt-6/qstringlist-members.html
@limitedAtonement limitedAtonement changed the title QStringList has no member named remove QStringList has no member named "remove" Mar 20, 2024
@themrrobert
Copy link
Contributor

my PR #93 fixes all of these issues. the code is in the progress of updating to qt6, but it needs my PR to simplify compilation.

i dont mean to repeat myself, but want it noted since your PRs are separate ^.^

@limitedAtonement
Copy link
Author

Closing in preference to #93.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants