summaryrefslogtreecommitdiff
path: root/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch')
-rw-r--r--net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch b/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
deleted file mode 100644
index bea8e32af477..000000000000
--- a/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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);
-