On Monday 15 August 2016, Dirk Hohndel wrote: > Line numbers in kirigamiplugin.cpp are slightly off since I have a few > lines of debug output in there; frame #9 is foreach (const QString &style, > m_stylesFallbackChain) { > frame #10 is > qmlRegisterSingletonType(componentPath(QStringLiteral("Theme.qml")), > uri, > 1, 0, "Theme"); > > /D
as that list ended up to always be 2 at most, i may try to simplify that, but if it's really a crash during a simple foreach of a string list, suggests there may be something else.. -- Marco Martin