mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
- Updated preference text since we are spoofing µtorrent now instead of Azureus
This commit is contained in:
parent
64806cb199
commit
b1e9c1ccf5
50 changed files with 982 additions and 899 deletions
|
@ -745,8 +745,7 @@ void GUI::dropEvent(QDropEvent *event) {
|
|||
if(event->mimeData()->hasUrls()) {
|
||||
QList<QUrl> urls = event->mimeData()->urls();
|
||||
foreach(const QUrl &url, urls) {
|
||||
QString tmp = url.toString();
|
||||
tmp.trimmed();
|
||||
QString tmp = url.toString().trimmed();
|
||||
if(!tmp.isEmpty())
|
||||
files << url.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue