Add language setting

This commit is contained in:
2025-10-20 21:29:59 +02:00
parent 56bba27ae3
commit b16ae3a9ee
4 changed files with 45 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ private:
QListWidget *m_headerHighlight;
QColor m_color = Qt::yellow;
QLineEdit *m_keyword;
QComboBox *m_lang;
};
#endif // SETTINGSDIALOG_H