mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Removed unused code
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user