changeset 354:c9315b24b055

Removed debug output.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 10 Apr 2014 15:57:26 +0200
parents 666abcfab229
children 5f1494fab517
files ui/certificatetabledelegate.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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);

http://wald.intevation.org/projects/trustbridge/