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