qt: Rename slot to updateDisplayUnit()

This commit does not change behavior.
This commit is contained in:
Hennadii Stepanov
2020-05-05 05:57:08 +03:00
parent 68288ef0c1
commit 73529f0859
2 changed files with 5 additions and 6 deletions

View File

@@ -29,8 +29,7 @@ public:
private Q_SLOTS:
void on_btnCopyURI_clicked();
void on_btnCopyAddress_clicked();
void update();
void updateDisplayUnit();
private:
Ui::ReceiveRequestDialog *ui;