Update selected language automatically
This commit is contained in:
@ -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 ¤t, const QModelIndex &previous);
|
||||
void languageSettingChanged(const Setting &, const QVariant);
|
||||
|
||||
private:
|
||||
QVBoxLayout *verticalLayout = nullptr;
|
||||
|
Reference in New Issue
Block a user