Skip to content
  • Igor Kushnir's avatar
    ProblemReporterPlugin: store problem visualizers in one QHash · a4e97dce
    Igor Kushnir authored and Nicolás Alvarez's avatar Nicolás Alvarez committed
    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.
    a4e97dce