diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-22 23:24:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-22 23:24:25 +0300 |
commit | 4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b (patch) | |
tree | c5a56bf69a5a0d1efc5d9baf5fccb91fd26236fe /src/gui/setup_other.h | |
parent | 6b92425b46de741d4cda35027083fd988ac4e942 (diff) | |
download | plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.gz plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.bz2 plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.tar.xz plus-4c3a9f7ec045362efc4e033bcfb3bc5507b3ae0b.zip |
Fix updating per server settings in misc tab.
Diffstat (limited to 'src/gui/setup_other.h')
-rw-r--r-- | src/gui/setup_other.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index 8b442ce65..e5b148017 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -42,6 +42,8 @@ class Setup_Other final : public SetupTabScroll void apply(); + void externalUpdated(); + protected: NamesModel *mProxyTypeList; |