Make some member functions const

This commit is contained in:
Luís Pereira
2021-03-04 19:47:56 +00:00
committed by Chih-Hsuan Yen
parent 4b43c8fa77
commit 4dd62f8a87
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ QString KeyboardTranslatorReader::description() const
{
return _description;
}
bool KeyboardTranslatorReader::hasNextEntry()
bool KeyboardTranslatorReader::hasNextEntry() const
{
return _hasNext;
}