summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_other.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.h')
-rw-r--r--src/gui/widgets/tabs/setup_other.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/setup_other.h b/src/gui/widgets/tabs/setup_other.h
index d73cf0d4b..85b018e95 100644
--- a/src/gui/widgets/tabs/setup_other.h
+++ b/src/gui/widgets/tabs/setup_other.h
@@ -36,9 +36,9 @@ class Setup_Other final : public SetupTabScroll
~Setup_Other();
- void apply() override final;
+ void apply() final;
- void externalUpdated() override final;
+ void externalUpdated() final;
protected:
NamesModel *mProxyTypeList;