[Qt] problem with on_recentRequestsView_selectionChanged #3992

issue Diapolo opened this issue on April 1, 2014
  1. Diapolo commented at 8:44 AM on April 1, 2014: none

    I get the following logged in debug.log: QMetaObject::connectSlotsByName: No matching signal for on_recentRequestsView_selectionChanged(QItemSelection,QItemSelection) @laanwj Do you know if some recent changes happened there?

  2. Diapolo commented at 8:27 AM on April 4, 2014: none

    @cozz Any idea, perhaps it occurs in a part of the code you recently worked on? I didn't yet look into it.

  3. cozz commented at 10:34 AM on April 4, 2014: contributor

    I think the problem is the function is named in auto-connection style (http://qt-project.org/doc/qt-4.8/qmetaobject.html#connectSlotsByName) but auto-connection can not work here. We manually connect anyway, so there is no auto-connection needed. The solution to get rid of the debug message here, is rename "on_recentRequestsView_selectionChanged" to something else, not matching that pattern. Just drop the "on_" prefix for example.

    See #3874.

  4. laanwj closed this on May 9, 2014

  5. dexX7 referenced this in commit 76307946c7 on May 9, 2014
  6. MathyV referenced this in commit e6581f8eb8 on Oct 27, 2014
  7. MarcoFalke 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