mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Updated preference text since we are spoofing µtorrent now instead of Azureus
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user