From 6f2ff462f9a324f1547dde296a7517c9863f3b06 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 29 Sep 2010 20:26:26 +0000 Subject: nearly added icon for attachments in statusbar git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@379 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'keylist.cpp') diff --git a/keylist.cpp b/keylist.cpp index d9976fd..b26bd78 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -131,17 +131,6 @@ void KeyList::setChecked(QStringList *keyIds) } } -/*QStringList *KeyList::getPrivateChecked() -{ - QStringList *ret = new QStringList(); - for (int i = 0; i < mKeyList->rowCount(); i++) { - if ((mKeyList->item(i, 0)->checkState() == Qt::Checked) && (mKeyList->item(i, 4))) { - *ret << mKeyList->item(i, 4)->text(); - } - } - return ret; -} -*/ QStringList *KeyList::getSelected() { QStringList *ret = new QStringList(); -- cgit v1.2.3