mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
@@ -50,9 +50,11 @@ signals:
|
||||
void urlsReadyToBeDownloaded(const QStringList &torrentURLs);
|
||||
|
||||
private slots:
|
||||
void downloadButtonClicked();
|
||||
void onSubmit();
|
||||
|
||||
private:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
Ui::DownloadFromURLDialog *m_ui = nullptr;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user