impr: Various rendering performance improvements

This commit is contained in:
WerWolv
2025-09-17 20:46:15 +02:00
parent d9aaef29d2
commit 98369600c3
7 changed files with 62 additions and 35 deletions

View File

@@ -276,7 +276,7 @@ EXPORT_MODULE namespace hex {
* @brief Gets the current ImHex version
* @return ImHex version
*/
SemanticVersion getImHexVersion();
const SemanticVersion& getImHexVersion();
/**
* @brief Gets the current git commit hash

View File

@@ -59,7 +59,6 @@ EXPORT_MODULE namespace hex {
private:
std::size_t m_entryHash;
std::string m_unlocalizedString;
};
class LangConst {