Allow adding torrents using "Paste" key sequence

Closes #13685.
This commit is contained in:
Chocobo1
2020-10-31 01:49:15 +08:00
parent 424e2c76fa
commit b2b7d02c01
2 changed files with 40 additions and 4 deletions

View File

@@ -213,6 +213,7 @@ private:
void dragEnterEvent(QDragEnterEvent *event) override;
void closeEvent(QCloseEvent *) override;
void showEvent(QShowEvent *) override;
void keyPressEvent(QKeyEvent *event) override;
bool event(QEvent *e) override;
void displayRSSTab(bool enable);
void displaySearchTab(bool enable);