diff options
Diffstat (limited to 'desktop-widgets/preferences/preferences_graph.h')
-rw-r--r-- | desktop-widgets/preferences/preferences_graph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/preferences/preferences_graph.h b/desktop-widgets/preferences/preferences_graph.h index c63a0372e..4fc9cd5b3 100644 --- a/desktop-widgets/preferences/preferences_graph.h +++ b/desktop-widgets/preferences/preferences_graph.h @@ -13,8 +13,8 @@ class PreferencesGraph : public AbstractPreferencesWidget { public: PreferencesGraph(); ~PreferencesGraph(); - void refreshSettings(); - void syncSettings(); + void refreshSettings() override; + void syncSettings() override; private slots: void on_gflow_valueChanged(int gf); |