QMultiComboBox: removed "DONT USE IT" msg

This commit is contained in:
matlabbe
2016-11-15 10:21:19 -05:00
parent acf55e0c9b
commit b9b3dcb5e3

View File

@@ -160,7 +160,7 @@ int QMultiComboBox::count()
void QMultiComboBox::setCurrentIndex(int index)
{
cout << __FUNCTION__ << "DONT USE THIS ................" << endl;
// cout << __FUNCTION__ << "DONT USE THIS ................" << endl;
}