Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Apr 8, 2024
1 parent 0040ca4 commit b516f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/translationhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool TranslationHandler::setLanguage(const QString &code)
return true;
}

QString TranslationHandler::getCurrentLanguage() const
const QString& TranslationHandler::getCurrentLanguage() const
{
return mCurrentLanguage;
}
Expand Down

0 comments on commit b516f7a

Please sign in to comment.