{
ui->setupUi(this);
- connect(ui->btn_Copy, &QPushButton::clicked, this, &DebugInfoDialog::copyToClipboad);
+ connect(ui->btn_Copy, &QPushButton::clicked, this, &DebugInfoDialog::copyToClipboard);
m_updateTimer.start(5000);
connect(&m_updateTimer, &QTimer::timeout, this, &DebugInfoDialog::updateInfo);
* Implements component responsible for showing entry prompt to the user,
* typically Wallet / Wallet manager.
*/
-class PassprasePrompter {
+class PassphrasePrompter {
public:
virtual void onWalletPassphraseNeeded(bool onDevice) = 0;
};