PDA

View Full Version : QTableWidget currentChanged(QWidget*) removed in version 4.8.3 ?



trallallero
16th October 2012, 08:35
We moved from 4.8.2 to 4.8.3 and a GUI of mine is throwing an error in real time:
"QMetaObject::connectSlotsByName: No matching signal for on_tabWidget_currentChanged(QWidget*)"

I checked and it's true, the signal has been removed! only the QTableWidget currentChanged(int) is available.

Is it normal ? the last number of the version increased by one and a signal is gone ? :confused: