aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.h
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-07-21 16:18:56 -0400
committerKen Moore <moorekou@gmail.com>2015-07-21 16:18:56 -0400
commit9563e097f85d862aa3647e2d4ede759fd6048df1 (patch)
tree9d3728ffbe2075861a7fe4fb5bb05588be19a616 /lumina-desktop/LSession.h
parentChange a bit more of the localization/translation mechanisms: Now it is possi... (diff)
downloadlumina-9563e097f85d862aa3647e2d4ede759fd6048df1.tar.gz
lumina-9563e097f85d862aa3647e2d4ede759fd6048df1.tar.bz2
lumina-9563e097f85d862aa3647e2d4ede759fd6048df1.zip
Finish cleaning up the new localization configuration settings in libLumina, and put a combobox in the system dashboard plugin which allows the user to (temporarily) change their session locale.
Still need to finish up the active re-translation of the desktop session though.
Diffstat (limited to 'lumina-desktop/LSession.h')
-rw-r--r--lumina-desktop/LSession.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lumina-desktop/LSession.h b/lumina-desktop/LSession.h
index b7e6de63..6a73b04a 100644
--- a/lumina-desktop/LSession.h
+++ b/lumina-desktop/LSession.h
@@ -84,6 +84,9 @@ public:
QSettings* sessionSettings();
QSettings* DesktopPluginSettings();
+ //Temporarily change the session locale (nothing saved between sessions)
+ void switchLocale(QString localeCode);
+
//Play System Audio
void playAudioFile(QString filepath);
//Window Adjustment Routine (due to Fluxbox not respecting _NET_WM_STRUT)
bgstack15