8000 Remove deprecated qt foreach by UncleGene · Pull Request #1039 · colmap/colmap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove deprecated qt foreach #1039

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

Merged
merged 2 commits into from
Nov 12, 2020
Merged

Remove deprecated qt foreach #1039

merged 2 commits into from
Nov 12, 2020

Conversation

UncleGene
Copy link
Contributor

QT foreach is on deprecation path (https://codereview.qt-project.org/c/qt/qtbase/+/147363) and already may not be available in qt depending on build configuration.
Change to C++11+ range for should be forward-compatible, and as far as I can see C++11 is the current minimum version

UncleGene and others added 2 commits November 3, 2020 10:16
QT foreach is on deprecation path (https://codereview.qt-project.org/c/qt/qtbase/+/147363) and already may not be available in qt depending on build configuration.
Change to C++11+ range for should be forward-compatible, and as far as I can see C++11 is the current minimum version
@ahojnnes ahojnnes merged commit d0aa70e into colmap:dev Nov 12, 2020
@ahojnnes
Copy link
Contributor

Thanks!

lucasthahn pushed a commit to tne-ai/colmap that referenced this pull request Aug 17, 2022
* Remove deprecated qt foreach

QT foreach is on deprecation path (https://codereview.qt-project.org/c/qt/qtbase/+/147363) and already may not be available in qt depending on build configuration.
Change to C++11+ range for should be forward-compatible, and as far as I can see C++11 is the current minimum version

* Update movie_grabber_widget.cc

Co-authored-by: Johannes Schönberger <jsch@demuc.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3E5A
Development

Successfully merging this pull request may close these issues.

2 participants
0