forked from qt-creator/qt-creator
System settings: Fix translations after context change
The context unnecessarily changed from Core::Internal::SystemSettings to Core::Internal::SystemSettingsWidget. Change it back. Some translation were partially updated inbetween, remove duplicates by prefering the new translations. Amendsdae9cb13cfandb0847af740Change-Id: If604c5fa0f40d8f5ac273f01c189ffaf45b67811 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -65,7 +65,7 @@ static QString formatSize(qint64 size)
|
||||
|
||||
class SystemSettingsWidget : public IOptionsPageWidget
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Core::Internal::SystemSettingsWidget)
|
||||
Q_DECLARE_TR_FUNCTIONS(Core::Internal::SystemSettings)
|
||||
|
||||
public:
|
||||
SystemSettingsWidget()
|
||||
|
||||
Reference in New Issue
Block a user