From 2c251e90452a5eca7e14eafb9c51192f3493fc9f Mon Sep 17 00:00:00 2001 From: ubbo Date: Mon, 29 Sep 2008 17:12:22 +0000 Subject: added key management window git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@177 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'keylist.cpp') diff --git a/keylist.cpp b/keylist.cpp index e6606ec..395ae8f 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -109,7 +109,6 @@ QList *KeyList::getChecked() QList *ret = new QList(); for (int i = 0; i < m_keyList->rowCount(); i++) { if (m_keyList->item(i,0)->checkState() == Qt::Checked) { - qDebug() << m_keyList->item(i,4)->text(); *ret << m_keyList->item(i,4)->text(); } } -- cgit v1.2.3