mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -28,10 +28,7 @@ PeerTableModel::PeerTableModel(interfaces::Node& node, QObject* parent) :
|
||||
refresh();
|
||||
}
|
||||
|
||||
PeerTableModel::~PeerTableModel()
|
||||
{
|
||||
// Intentionally left empty
|
||||
}
|
||||
PeerTableModel::~PeerTableModel() = default;
|
||||
|
||||
void PeerTableModel::startAutoRefresh()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user