20class ChordEditor :
public EditorSettings
27 ChordEditor (QObject * parent =
nullptr);
29 friend void init_from (
31 const ChordEditor &other,
33 friend void to_json (nlohmann::json &j,
const ChordEditor &editor);
34 friend void from_json (
const nlohmann::json &j, ChordEditor &editor);