mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- FEATURE: Allow to drag'n drop plugin to list for install/update
- Added some debug
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "ui_engineSelect.h"
|
||||
|
||||
class downloadThread;
|
||||
class QDropEvent;
|
||||
|
||||
class engineSelectDlg : public QDialog, public Ui::engineSelect{
|
||||
Q_OBJECT
|
||||
@@ -65,6 +66,9 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{
|
||||
void on_actionUninstall_triggered();
|
||||
void on_updateButton_clicked();
|
||||
void on_installButton_clicked();
|
||||
void dropEvent(QDropEvent *event);
|
||||
void dragEnterEvent(QDragEnterEvent *event);
|
||||
void installPlugin(QString plugin_path);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user