forked from Lainports/freebsd-ports
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
11 lines
276 B
C++
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
|