diff options
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp index e6606ec..395ae8f 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -109,7 +109,6 @@ QList<QString> *KeyList::getChecked() QList<QString> *ret = new QList<QString>(); 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(); } } |