diff options
author | Slávek Banko <[email protected]> | 2020-01-30 14:18:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-01-30 14:26:45 +0100 |
commit | 9c1e136983b9361291646002b2c6c1f733ee13d4 (patch) | |
tree | 32abcc53a950dd75ec567cfdfa97aa39449b0814 /tdecore/tdeglobalsettings.h | |
parent | d46ec74e775617b150c3f54812e9ec203e3c727e (diff) | |
download | tdelibs-9c1e136983b9361291646002b2c6c1f733ee13d4.tar.gz tdelibs-9c1e136983b9361291646002b2c6c1f733ee13d4.zip |
Fix private API compatibility in TDEGlobalSettings.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f29aa92d38e9e1f353ed48f7952150437db8c890)
Diffstat (limited to 'tdecore/tdeglobalsettings.h')
-rw-r--r-- | tdecore/tdeglobalsettings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tdecore/tdeglobalsettings.h b/tdecore/tdeglobalsettings.h index a6208d0ec..74b0d77a8 100644 --- a/tdecore/tdeglobalsettings.h +++ b/tdecore/tdeglobalsettings.h @@ -570,6 +570,12 @@ class TDECORE_EXPORT TDEGlobalSettings private: /** + * global initialization - should only include paths initialization + * + * The method is primarily to ensure backward compatibility of the API. + */ + static void initStatic(); + /** * reads in all paths from kdeglobals */ static void initPaths(); |