Tuesday, July 24, 2012

QComboBox.clear error

Well , for some time now this error bugged the freak out of me .



I was clearing a QComboBox and then I was inserting a map of elements into that , however, without any visible coding issues it kept giving me an map/set iterator error which I normally thought it came from my map , however it seems that before you can clean a QComboBox you must disconnect all the signal-slot bounds that are related to it :( And to think that I lost a week finding the real problem :( 

No comments:

Post a Comment