Finish things :P

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-07-20 14:16:44 +01:00
parent 39f7bea53e
commit 5088d33fd2
4 changed files with 8 additions and 15 deletions

View File

@ -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;
}
}