aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp11
1 files changed, 0 insertions, 11 deletions
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();