aboutsummaryrefslogtreecommitdiff
path: root/launcher/ApplicationMessage.cpp
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>
2022-07-10chore: update license headersSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor: fix deprecation up to Qt 5.15Sefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek