diff options
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keylist.cpp b/keylist.cpp index 8f40950..77155e6 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -220,9 +220,6 @@ void KeyList::dropEvent(QDropEvent* event) QByteArray inBuffer(event->mimeData()->text().toUtf8()); mCtx->importKey(inBuffer); } - - - } void KeyList::dragEnterEvent(QDragEnterEvent *event) |