mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
@ -25,7 +25,7 @@ IconTheme::IconTheme(const QString& id, const QString& path) : m_id(id), m_path(
|
||||
|
||||
bool IconTheme::load()
|
||||
{
|
||||
QString path = m_path + "/index.theme";
|
||||
const QString path = m_path + "/index.theme";
|
||||
|
||||
if (!QFile::exists(path))
|
||||
return false;
|
||||
@ -50,4 +50,4 @@ QString IconTheme::path()
|
||||
QString IconTheme::name()
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user