Skip to content
Commit a4e97dce authored by Igor Kushnir's avatar Igor Kushnir Committed by Nicolás Alvarez
Browse files

ProblemReporterPlugin: store problem visualizers in one QHash

This change halves the number of QHash insertions, lookups and elements,
which improves performance and saves memory.

Several additional code improvements:
* remove an unused forward declaration of KTextEditor::Document;
* make local IndexedString variables const;
* Q_ASSERT that no visualizer value is overwritten during insertion.
parent f18d17d3
Pipeline #95975 passed with stage
in 11 minutes and 12 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment