diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-28 02:56:54 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-12-28 02:56:54 +0000 |
commit | 4ee66ea9656e8e778baab227d381fa526b8e22db (patch) | |
tree | 5ca232b1df1cdbb001b0a1d13472499f32bd5784 /textedit.h | |
parent | removed qdebugs and text in textedit-field is really replaced (diff) | |
download | gpg4usb-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 'textedit.h')
-rw-r--r-- | textedit.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,8 +12,13 @@ class TextEdit : public QPlainTextEdit Q_OBJECT public: TextEdit(QWidget *parent=0); + +private: + bool isKey(QString key); + public slots: void comment(); + protected: void dragEnterEvent(QDragEnterEvent *event); void dropEvent(QDropEvent* event); |