From eedcfd2f8b9e17f0903b7ff85421636830d2291d Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 31 Aug 2009 15:01:56 +0000 Subject: Some more tests. --- client/widgets/combobox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets') diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc index c4a7f13..bf25475 100644 --- a/client/widgets/combobox.cc +++ b/client/widgets/combobox.cc @@ -145,7 +145,7 @@ void ComboBox::setValue(QString value, QString source) int idx = findData(value); - printf("setValue(\"%s\") - %d\n", value.toStdString().c_str(), idx); + // printf("setValue(\"%s\") - %d\n", value.toStdString().c_str(), idx); ischangingbyuser = false; setCurrentIndex(idx); -- cgit v1.2.3