mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
qt: Let OptionsDialog emit a signal if appearance gets changed
This commit is contained in:
parent
957be4813a
commit
3a8d9a4026
@ -160,6 +160,7 @@ OptionsDialog::OptionsDialog(QWidget *parent, bool enableWallet) :
|
|||||||
|
|
||||||
connect(appearance, &AppearanceWidget::appearanceChanged, [=](){
|
connect(appearance, &AppearanceWidget::appearanceChanged, [=](){
|
||||||
updateWidth();
|
updateWidth();
|
||||||
|
Q_EMIT appearanceChanged();
|
||||||
});
|
});
|
||||||
|
|
||||||
updatePrivateSendVisibility();
|
updatePrivateSendVisibility();
|
||||||
|
@ -67,6 +67,7 @@ private Q_SLOTS:
|
|||||||
void updateWidth();
|
void updateWidth();
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
|
void appearanceChanged();
|
||||||
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
|
void proxyIpChecks(QValidatedLineEdit *pUiProxyIp, int nProxyPort);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user