Add ability to enable and disable cot per song to ui
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled

This commit is contained in:
Carl Philipp Klemm 2026-03-20 10:09:25 +01:00
parent 970ed46892
commit 9d0dc6298c
6 changed files with 131 additions and 134 deletions

View file

@ -20,12 +20,13 @@ class SongDialog : public QDialog
public:
explicit SongDialog(QWidget *parent = nullptr, const QString &caption = "", const QString &lyrics = "",
const QString &vocalLanguage = "");
const QString &vocalLanguage = "", bool cotEnabled = true);
~SongDialog();
QString getCaption() const;
QString getLyrics() const;
QString getVocalLanguage() const;
bool getCotEnabled() const;
private slots:
void on_okButton_clicked();