@ -909,12 +909,6 @@ void GUI::hideEvent(QHideEvent *e){
e->accept();
}
void GUI::showEvent(QHideEvent *e){
updateDlList(true);
// Accept showing
// Action executed when a file is dropped
void GUI::dropEvent(QDropEvent *event){
event->acceptProposedAction();
@ -186,7 +186,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
protected:
void closeEvent(QCloseEvent *);
void hideEvent(QHideEvent *);
void showEvent(QHideEvent *);
public:
// Construct / Destruct