From 6032ae108064650324b2c45352e1baa5b36961cc Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 29 Mar 2021 13:47:55 -0700 Subject: Project tab --- core/src/Utils/I18n.cpp | 4 ++-- core/src/Utils/I18n.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/Utils') diff --git a/core/src/Utils/I18n.cpp b/core/src/Utils/I18n.cpp index f5a6a49..50edf67 100644 --- a/core/src/Utils/I18n.cpp +++ b/core/src/Utils/I18n.cpp @@ -78,11 +78,11 @@ void I18n::Shutdown() { // Nothing to do yet } -Signal<> I18n::reloadSignal{}; +Signal<> I18n::OnReload{}; void I18n::ReloadLocales() { auto& state = I18nState::Get(); - reloadSignal(); + OnReload(); } std::string_view I18n::GetLanguage() { diff --git a/core/src/Utils/I18n.hpp b/core/src/Utils/I18n.hpp index b9386be..de32cf8 100644 --- a/core/src/Utils/I18n.hpp +++ b/core/src/Utils/I18n.hpp @@ -16,7 +16,7 @@ public: static void Init(); static void Shutdown(); - static Signal<> reloadSignal; + static Signal<> OnReload; static void ReloadLocales(); static std::string_view GetLanguage(); -- cgit v1.2.3-70-g09d2