Mercurial > trustbridge
diff ui/certificatetabledelegate.cpp @ 354:c9315b24b055
Removed debug output.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 15:57:26 +0200 |
parents | dde533ba4fcc |
children | 9ba7b4b4c1de |
line wrap: on
line diff
--- 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<QComboBox*>(editor); int ndx = comboBox->findData(value, Qt::UserRole);