diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-20 13:03:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-21 00:02:09 +0300 |
commit | 4e15d51a5ac633ad1d1f59a27eeb763a77e564ad (patch) | |
tree | 2957baa7f77c19652c9bf44bcb0f2f70e3d4d349 /src | |
parent | ab65e6741f224681dc66b1f3ddb409054dc1f1a6 (diff) | |
download | plus-4e15d51a5ac633ad1d1f59a27eeb763a77e564ad.tar.gz plus-4e15d51a5ac633ad1d1f59a27eeb763a77e564ad.tar.bz2 plus-4e15d51a5ac633ad1d1f59a27eeb763a77e564ad.tar.xz plus-4e15d51a5ac633ad1d1f59a27eeb763a77e564ad.zip |
improve setup misc tab.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_other.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/setup_other.h b/src/gui/setup_other.h index cc20ad2d9..e403ce424 100644 --- a/src/gui/setup_other.h +++ b/src/gui/setup_other.h @@ -39,8 +39,10 @@ class Setup_Other final : public SetupTabScroll A_DELETE_COPY(Setup_Other) ~Setup_Other(); - void apply(); - void externalUpdated(); + + void apply() override; + + void externalUpdated() override; protected: NamesModel *mProxyTypeList; |