mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
qt: Call parent class showEvent + override it explicit
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
838ac3b0b0
commit
957be4813a
@ -463,6 +463,7 @@ void OptionsDialog::showEvent(QShowEvent* event)
|
||||
if (!event->spontaneous()) {
|
||||
updateWidth();
|
||||
}
|
||||
QDialog::showEvent(event);
|
||||
}
|
||||
|
||||
ProxyAddressValidator::ProxyAddressValidator(QObject *parent) :
|
||||
|
@ -78,7 +78,7 @@ private:
|
||||
AppearanceWidget* appearance;
|
||||
bool fPrivateSendEnabledPrev{false};
|
||||
|
||||
void showEvent(QShowEvent* event);
|
||||
void showEvent(QShowEvent* event) override;
|
||||
};
|
||||
|
||||
#endif // BITCOIN_QT_OPTIONSDIALOG_H
|
||||
|
Loading…
Reference in New Issue
Block a user