X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=2d6a21dde238ef34ed446114ed907ad503cfc429;hb=0e51b8dde15bfe59437d6f351c516f4137faf631;hp=8908b24004ca7fca8bae8c6f0e3d76fa5f9968a1;hpb=b8e5890d37dfd64409b9694f73c0be164a089e64;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 8908b24..2d6a21d 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -21,6 +21,7 @@ #include #include +#include #include "ui_vvMainWindow.h" #include "vvMainWindowBase.h" #include "vvToolManager.h" @@ -192,6 +193,10 @@ protected: void createRecentlyOpenedFilesMenu(); void updateRecentlyOpenedFilesMenu(const std::list &files); + // Drag and drop event handlers + virtual void dragEnterEvent(QDragEnterEvent *event); + virtual void dropEvent(QDropEvent *event); + private: //variables