aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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__