mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Minor clean up
This commit is contained in:
@@ -226,7 +226,7 @@ void torrentAdditionDialog::showLoadMagnetURI(const QString& magnet_uri) {
|
||||
show();
|
||||
}
|
||||
|
||||
void torrentAdditionDialog::showLoad(const QString& filePath, const QString& from_url) {
|
||||
void torrentAdditionDialog::showLoadTorrent(const QString& filePath, const QString& from_url) {
|
||||
m_isMagnet = false;
|
||||
|
||||
// This is an URL to a local file, switch to local path
|
||||
|
||||
Reference in New Issue
Block a user