Update selected language automatically

This commit is contained in:
Philipp David
2022-01-13 09:41:51 +01:00
parent 126e6d13aa
commit 2dd2555a63
3 changed files with 14 additions and 1 deletions

View File

@ -20,6 +20,7 @@
class QVBoxLayout;
class QTreeView;
class QLabel;
class Setting;
class LanguageSelectionWidget: public QWidget
{
@ -33,6 +34,7 @@ public:
protected slots:
void languageRowChanged(const QModelIndex &current, const QModelIndex &previous);
void languageSettingChanged(const Setting &, const QVariant);
private:
QVBoxLayout *verticalLayout = nullptr;