Make some member functions const
This commit is contained in:
committed by
Chih-Hsuan Yen
parent
4b43c8fa77
commit
4dd62f8a87
@@ -475,7 +475,7 @@ QString KeyboardTranslatorReader::description() const
|
||||
{
|
||||
return _description;
|
||||
}
|
||||
bool KeyboardTranslatorReader::hasNextEntry()
|
||||
bool KeyboardTranslatorReader::hasNextEntry() const
|
||||
{
|
||||
return _hasNext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user