Having built QLC+ many times from sources I am now getting an error. I did a pull and a distclean and am now getting the following error:
In vcmatrix.cpp
In member function void VCMatrix::slotCustomControlClicked()
381:28 error: 'class QComboBox' has no member named 'setCurrentText'
m_presetCombo->setCurrentText(control->mresource);
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Having built QLC+ many times from sources I am now getting an error. I did a pull and a distclean and am now getting the following error:
In vcmatrix.cpp
In member function void VCMatrix::slotCustomControlClicked()
381:28 error: 'class QComboBox' has no member named 'setCurrentText'
m_presetCombo->setCurrentText(control->mresource);
Any ideas?
I'll fix it in a moment.
Done.
Reported and fixed in 31 minutes! Wow! Thank you!
Well, I found it myself last night... but somehow didn't fix it then... you just urged me to do so :)