mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-29 18:05:58 +02:00
Mark single-argument constructors "explicit"
This commit is contained in:
@@ -82,7 +82,7 @@ class RPCExecutor : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RPCExecutor(interfaces::Node& node) : m_node(node) {}
|
||||
explicit RPCExecutor(interfaces::Node& node) : m_node(node) {}
|
||||
|
||||
public Q_SLOTS:
|
||||
void request(const QString &command, const QString &walletID);
|
||||
|
||||
Reference in New Issue
Block a user