aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp
index fd45c47..bb2eac6 100644
--- a/keylist.cpp
+++ b/keylist.cpp
@@ -232,6 +232,6 @@ void KeyList::dragEnterEvent(QDragEnterEvent *event)
*/
void KeyList::markKeys(QStringList *keyIds) {
foreach(QString id, *keyIds) {
- qDebug() << id;
+ qDebug() << "marked: " << id;
}
}