diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-01 17:05:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-01 17:27:14 +0300 |
commit | 4ecea7806d45ca40b370b13da6fe4781ef04367d (patch) | |
tree | 22eef831511daf36cc0bd7e497fae972e0371735 /src/gui/setup_other.h | |
parent | 40efe9ac2ad7b080f3b817b7fc909fcc2b333093 (diff) | |
download | plus-4ecea7806d45ca40b370b13da6fe4781ef04367d.tar.gz plus-4ecea7806d45ca40b370b13da6fe4781ef04367d.tar.bz2 plus-4ecea7806d45ca40b370b13da6fe4781ef04367d.tar.xz plus-4ecea7806d45ca40b370b13da6fe4781ef04367d.zip |
add option to override detected screen density.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 2f0fdaf04..cc20ad2d9 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -39,15 +39,13 @@ class Setup_Other final : public SetupTabScroll A_DELETE_COPY(Setup_Other) ~Setup_Other(); - void apply(); - void externalUpdated(); protected: NamesModel *mProxyTypeList; - NamesModel *mShortcutsList; + NamesModel *mDensityList; }; #endif |