Made pointers const when possible.

Also fixed some bugs. Some QStringList were being passed as reference
even though they should be passed by value.
This commit is contained in:
Ayush Singh 2022-01-31 17:43:42 +05:30
parent c831f48002
commit a63078b951
4 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,7 @@
name = "ki18n"
description = "A crate to use KF5I18n from rust."
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
version = "2.0.0"
version = "2.0.1"
edition = "2021"
links = "KF5I18n"
license = "MIT"