Summary: | Marble container iterator methods crash | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | casqadius |
Component: | general | Assignee: | marble-bugs |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 23.04.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=458555 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Sample CMakeLists project to reproduce the crash |
Description
casqadius
2023-06-22 14:09:50 UTC
The only solution I can propose is to make QT_STRICT_ITERATORS definition in the library public: if (NOT WIN32) target_compile_definitions(marblewidget PUBLIC QT_STRICT_ITERATORS) endif() |