diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-06 23:15:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-06 23:15:18 +0300 |
commit | 4972739b76c2cbe9fe587e591431632b9e3cb547 (patch) | |
tree | 6f680ee6e09754cb4bb9924036f675754a85a426 /src/configuration.h | |
parent | 2323c3ab4083af456a2251518c36220e28700186 (diff) | |
download | plus-4972739b76c2cbe9fe587e591431632b9e3cb547.tar.gz plus-4972739b76c2cbe9fe587e591431632b9e3cb547.tar.bz2 plus-4972739b76c2cbe9fe587e591431632b9e3cb547.tar.xz plus-4972739b76c2cbe9fe587e591431632b9e3cb547.zip |
Set onscreen default buttons size depend on screen resolution.
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index a24a36d0d..5d1554064 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -254,6 +254,9 @@ class Configuration final : public ConfigurationObject */ void setDefaultValues(DefaultsData *const defaultsData); + DefaultsData *getDefaultValues() + { return mDefaultsData; } + /** * Writes the current settings back to the config file. */ |