From fc404e157a957e043b0c89e5de5bce0c78771d08 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 16 Jul 2011 16:02:39 +0000 Subject: add dummy method markKeys to keylist widget git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@499 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'keylist.cpp') diff --git a/keylist.cpp b/keylist.cpp index 77155e6..fd45c47 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -227,3 +227,11 @@ void KeyList::dragEnterEvent(QDragEnterEvent *event) event->acceptProposedAction(); } +/** set background color for Keys and put them to top + * + */ +void KeyList::markKeys(QStringList *keyIds) { + foreach(QString id, *keyIds) { + qDebug() << id; + } +} -- cgit