aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-28 02:56:54 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-12-28 02:56:54 +0000
commit4ee66ea9656e8e778baab227d381fa526b8e22db (patch)
tree5ca232b1df1cdbb001b0a1d13472499f32bd5784 /keylist.h
parentremoved qdebugs and text in textedit-field is really replaced (diff)
downloadgpg4usb-4ee66ea9656e8e778baab227d381fa526b8e22db.tar.gz
gpg4usb-4ee66ea9656e8e778baab227d381fa526b8e22db.zip
added possibility to import keys through dropping key-files on keylist or through dropping marked keys on keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@409 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keylist.h b/keylist.h
index 4c5ed3f..0c38fb0 100644
--- a/keylist.h
+++ b/keylist.h
@@ -57,9 +57,11 @@ private:
QTableWidget *mKeyList;
QString iconPath;
QMenu *popupMenu;
+ void dropAction();
protected:
void contextMenuEvent(QContextMenuEvent *event);
-};
+ void dragEnterEvent(QDragEnterEvent *event);
+ void dropEvent(QDropEvent* event);};
#endif // __KEYLIST_H__