From 9d59ab6020d1d3857a580e73e5d1823b514bf8a7 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 22 Jul 2015 11:46:28 -0400 Subject: Make sure that all the interface elements in lumina-desktop actively re-load their text/icons when the system locale is changed. --- lumina-desktop/SystemWindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-desktop/SystemWindow.h') diff --git a/lumina-desktop/SystemWindow.h b/lumina-desktop/SystemWindow.h index bf7a6b94..a5130405 100644 --- a/lumina-desktop/SystemWindow.h +++ b/lumina-desktop/SystemWindow.h @@ -26,6 +26,7 @@ public: SystemWindow(); ~SystemWindow(); +public slots: void updateWindow(); private: -- cgit