mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
[Qt] minor optimisations in peertablemodel
- remove an unneeded include of net.h in peertablemodel.cpp - add const after size() in PeerTablePriv - remove 2x unneeded else in functions - replace a (int) typecast by (QVariant) to use Qt style - remove unneeded include of peertablemodel.h from rpcconsole.cpp
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#include "clientmodel.h"
|
||||
#include "guiutil.h"
|
||||
#include "peertablemodel.h"
|
||||
#include "platformstyle.h"
|
||||
|
||||
#include "chainparams.h"
|
||||
|
||||
Reference in New Issue
Block a user