HomePhabricator

[Qt] paymentserver: start netManager in uiReady()
7634e0d8de4aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[Qt] paymentserver: start netManager in uiReady()

  • remove explicit init of netManager as this is done in the constructor anyway
  • move initNetManager() call to uiReady(), which removes an assert() and allows us to use message() in initNetManager() (currently unused but could be necessary because of proxy related messages)
  • make initNetManager() private
  • update paymentservertests.cpp

Details

Provenance
Philip Kaufmann <phil.kaufmann@t-online.de>Authored on Oct 30 2013, 10:30
deadalnixPushed on May 14 2017, 22:04
Parents
rABC59be91ae1e8d: Merge pull request #3231 from brandondahler/doc-autotool-update
Branches
Unknown
Tags
Unknown

Event Timeline

Philip Kaufmann <phil.kaufmann@t-online.de> committed rABC7634e0d8de4a: [Qt] paymentserver: start netManager in uiReady() (authored by Philip Kaufmann <phil.kaufmann@t-online.de>).Nov 11 2013, 13:20