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?
[Qt] problem with on_recentRequestsView_selectionChanged #3992
issue Diapolo opened this issue on April 1, 2014-
Diapolo commented at 8:44 AM on April 1, 2014: none
-
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.
- laanwj closed this on May 9, 2014
- dexX7 referenced this in commit 76307946c7 on May 9, 2014
- MathyV referenced this in commit e6581f8eb8 on Oct 27, 2014
- MarcoFalke locked this on Sep 8, 2021