21#ifndef SAYONARA_PLAYER_OTHERSETTINGS_H
22#define SAYONARA_PLAYER_OTHERSETTINGS_H
24#include "Gui/Preferences/PreferenceWidget.h"
29 public Preferences::Base
38 [[nodiscard]] QString actionName()
const override;
39 bool commit()
override;
40 void revert()
override;
41 [[nodiscard]]
bool hasError()
const override;
42 [[nodiscard]] QString errorString()
const override;
45 void initUi()
override;
46 void retranslate()
override;
Definition: OtherSettings.h:30