You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch

14 lines
679 B

Index: oneclickftp-0.5.1/src/ftpwindowimpl.h
===================================================================
--- oneclickftp-0.5.1.orig/src/ftpwindowimpl.h
+++ oneclickftp-0.5.1/src/ftpwindowimpl.h
@@ -38,7 +38,7 @@ class FTPWindowImpl : public QWidget, pu
{
Q_OBJECT
public:
- FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = 0, QString ProxyPort = 0);
+ FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = QString::number(0), QString ProxyPort = QString::number(0));
bool Upload(OProfile *ProfiletoUpload, std::vector<OFileConnection*> SelectedFiles);
bool Download(OProfile *ProfiletoDownload, std::vector<OFileConnection*> SelectedFiles);