mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
qt: Use new Qt5 connect syntax
This commit is contained in:
@@ -18,5 +18,5 @@ void ConfirmMessage(QString* text, int msec)
|
||||
}
|
||||
}
|
||||
delete callback;
|
||||
}), SLOT(call()));
|
||||
}), &Callback::call);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user