Home
last modified time | relevance | path

Searched refs:localizedKey (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.h150 QString localizedKey(const QString& key) const;
H A Dxdgdesktopfile.cpp498 QString XdgDesktopFile::localizedKey(const QString& key) const in localizedKey() function in XdgDesktopFile
565 return value(localizedKey(key), defaultValue); in localizedValue()