Skip to content
Commit 98e55392 authored by Juergen Spitzmueller's avatar Juergen Spitzmueller Committed by Thomas Fischer
Browse files

Speeding up selection of elements



The old code manually iterated over all columns of rows
to be selected, which was expensive in the case of many
columns (e.g. for BibLaTeX) and large files (many rows).

This patch uses a Qt-internal flag when selecting elements
to select the full row with a single call.

Furthermore, the unused function
'setSelectedElement(QList<QSharedPointer<Element> > &)'
has been completely removed as it was unused.

Signed-off-by: default avatarThomas Fischer <fischer@unix-ag.uni-kl.de>

BUG: 371515
parent d72a557e
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