mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 08:48:17 +00:00
- Removed unused code
This commit is contained in:
parent
da08dd9f5a
commit
932df247b3
@ -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();
|
||||||
|
@ -186,7 +186,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||||||
protected:
|
protected:
|
||||||
void closeEvent(QCloseEvent *);
|
void closeEvent(QCloseEvent *);
|
||||||
void hideEvent(QHideEvent *);
|
void hideEvent(QHideEvent *);
|
||||||
void showEvent(QHideEvent *);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Construct / Destruct
|
// Construct / Destruct
|
||||||
|
Loading…
Reference in New Issue
Block a user