|
|
@ -909,12 +909,6 @@ void GUI::hideEvent(QHideEvent *e){ |
|
|
|
e->accept(); |
|
|
|
e->accept(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void GUI::showEvent(QHideEvent *e){ |
|
|
|
|
|
|
|
updateDlList(true); |
|
|
|
|
|
|
|
// Accept showing
|
|
|
|
|
|
|
|
e->accept(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Action executed when a file is dropped
|
|
|
|
// Action executed when a file is dropped
|
|
|
|
void GUI::dropEvent(QDropEvent *event){ |
|
|
|
void GUI::dropEvent(QDropEvent *event){ |
|
|
|
event->acceptProposedAction(); |
|
|
|
event->acceptProposedAction(); |
|
|
|