# HG changeset patch # User Raimund Renkert # Date 1397138246 -7200 # Node ID c9315b24b055a9746a93943bf2211c467d17c3fa # Parent 666abcfab2298a0528826edab96dd608a04476d0 Removed debug output. diff -r 666abcfab229 -r c9315b24b055 ui/certificatetabledelegate.cpp --- a/ui/certificatetabledelegate.cpp Thu Apr 10 15:56:59 2014 +0200 +++ b/ui/certificatetabledelegate.cpp Thu Apr 10 15:57:26 2014 +0200 @@ -54,7 +54,6 @@ // Get the current value from the model. QString value = index.data(Qt::DisplayRole).toString(); - qDebug() << "model value is: " + index.data(Qt::DisplayRole).toString(); // Find the index in comboxbox items and set the current index. QComboBox *comboBox = static_cast(editor); int ndx = comboBox->findData(value, Qt::UserRole);