https://bugs.kde.org/show_bug.cgi?id=441132
--- Comment #2 from David Faure <fa...@kde.org> --- 178│ void ChartModel::resetData(const ChartData& data) 179│ { 180│ Q_ASSERT(data.resultData); 181├───> Q_ASSERT(m_data.labels.size() < ChartRows::MAX_NUM_COST); 182│ beginResetModel(); 183│ m_data = data; Was this means to be an assert on data rather m_data? It seems odd to test the old data we're about to replace.... -- You are receiving this mail because: You are watching all bug changes.