Browse Source

- Removed unused code

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
932df247b3
  1. 6
      src/GUI.cpp
  2. 1
      src/GUI.h

6
src/GUI.cpp

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

1
src/GUI.h

@ -186,7 +186,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{ @@ -186,7 +186,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
protected:
void closeEvent(QCloseEvent *);
void hideEvent(QHideEvent *);
void showEvent(QHideEvent *);
public:
// Construct / Destruct

Loading…
Cancel
Save