mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-05 03:39:58 +02:00
Dropping a file onto a main window now opens that file.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1861 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -40,6 +40,8 @@ class QETMainWindow : public QMainWindow {
|
||||
|
||||
protected:
|
||||
virtual bool event(QEvent *);
|
||||
virtual void dragEnterEvent(QDragEnterEvent *e);
|
||||
virtual void dropEvent(QDropEvent *e);
|
||||
virtual void firstActivation(QEvent *);
|
||||
|
||||
// slots
|
||||
|
||||
Reference in New Issue
Block a user