Comment 23 for bug 1627826

Revision history for this message
Be (be.ing) wrote :

As Daniel mentioned in #15, using an old fashioned C array and std::find() instead of QList::indexOf() is a potential work around, but I'd rather not have to do that. If we can use a preprocessor hack until upgrading to MSVC2015 and Qt5, I think that'd be a reasonable short-term solution.