I have to compare the text of a buton with a const , say for example "Set Homograph"...qstrcmp is showing error:
if(qstrcmp(localCalibrateControlsObj->setHomographyButton->text(),"Set Homography")==0)
ERROR:cannot convert QString to const cha *....