freebsd-ports/net/rclone-browser/files/patch-src_transfer__dialog.cpp
Tobias C. Berner c45de9579f Qt5 update to 5.13.0
For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13

Thanks to adridg who helped to fix a lot of packages.

Exp-run by:	antoine
PR:		238782
2019-10-01 04:13:31 +00:00

11 lines
276 B
C++

--- src/transfer_dialog.cpp.orig 2017-03-11 22:16:36 UTC
+++ src/transfer_dialog.cpp
@@ -131,7 +131,7 @@ QString TransferDialog::getMode() const
return "Sync";
}
- return QString::null;
+ return QString();
}
QString TransferDialog::getSource() const