Reflect language and color scheme changes in global config in manager and all its VMs
This commit is contained in:
@@ -129,6 +129,7 @@ public slots:
|
||||
void shutdownForceButtonPressed();
|
||||
void cadButtonPressed();
|
||||
void reloadConfig();
|
||||
void sendGlobalConfigurationChanged();
|
||||
public:
|
||||
QDateTime timestamp();
|
||||
void setIcon(const QString &newIcon);
|
||||
@@ -157,6 +158,7 @@ signals:
|
||||
void itemDataChanged();
|
||||
void clientProcessStatusChanged();
|
||||
void configurationChanged(const QString &uuid);
|
||||
void globalConfigurationChanged();
|
||||
|
||||
private:
|
||||
void loadSettings();
|
||||
|
||||
Reference in New Issue
Block a user