[Qt] fix slot connection problems when no wallet is loaded #5176

pull Diapolo wants to merge 1 commits into bitcoin:master from Diapolo:gui_connect changing 2 files +16 −14
  1. Diapolo commented at 6:38 AM on October 30, 2014: none
    • guard 4 connect calls by an #ifdef when no wallet is loaded to fix "No such slot" warnings
    • also add comments when #ifdef ENABLE_WALLET end
    • fixes #5175
  2. [Qt] fix slot connection problems when no wallet is loaded
    - guard 4 connect calls by an #ifdef when no wallet is loaded to fix "No
      such slot" warnings
    - also add comments when #ifdef ENABLE_WALLET end
    - fixes #5175
    981f7907c4
  3. in src/qt/bitcoingui.cpp:None in 77d4385a9e outdated
     270 | @@ -271,13 +271,15 @@ void BitcoinGUI::createActions(const NetworkStyle *networkStyle)
     271 |      // These showNormalIfMinimized are needed because Send Coins and Receive Coins
     272 |      // can be triggered from the tray menu, and need to show the GUI to be useful.
     273 |      connect(overviewAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
    


    laanwj commented at 7:56 AM on October 30, 2014:

    Let's put all this inside the #ifdef ENABLE_WALLET; after all, these actions can't be triggered at all in the Node UI


    Diapolo commented at 8:32 AM on October 30, 2014:

    Done

  4. laanwj merged this on Oct 30, 2014
  5. laanwj closed this on Oct 30, 2014

  6. laanwj referenced this in commit c1def0df51 on Oct 30, 2014
  7. Diapolo deleted the branch on Oct 30, 2014
  8. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me