Comment 2 for bug 1664527

Revision history for this message
Olivier Tilloy (osomon) wrote :

Note that I am seeing the same issue in the branch where I'm implementing autofill suggestions, and replacing std::vector<Suggestion> with QVector<Suggestion> "fixes" the problem, although I’d rather understand what's going on and address it of course.