aboutsummaryrefslogtreecommitdiff
path: root/launcher/ApplicationMessage.h
AgeCommit message (Collapse)Author
2022-12-15ApplicationMessage: Use QHash instead of QMapEdgars Cīrulis
QHash provides faster lookup times than QMap because it uses a hash table to store the elements, while QMap uses a self-balancing binary tree. Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com>
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek