mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
- Removed unused code
This commit is contained in:
parent
da08dd9f5a
commit
932df247b3
2 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue