HomePhabricator

[Qt] minor optimisations in peertablemodel
92684bb87286Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[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

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Jun 21 2015, 11:07
deadalnixPushed on May 14 2017, 22:04
Parents
rABCc0f66ce44abd: Merge pull request #6529
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABC92684bb87286: [Qt] minor optimisations in peertablemodel (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Aug 10 2015, 12:11