Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/oneclickftp/files: oneclickftp-0.5.1-qt47.patch
Date: Fri, 29 Oct 2010 12:15:16
Message-Id: 20101029121512.D5DF620054@flycatcher.gentoo.org
1 hwoarang 10/10/29 12:15:12
2
3 Added: oneclickftp-0.5.1-qt47.patch
4 Log:
5 Patch to compile with Qt-4.7. Bug #338622
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/oneclickftp/files/oneclickftp-0.5.1-qt47.patch?rev=1.1&content-type=text/plain
14
15 Index: oneclickftp-0.5.1-qt47.patch
16 ===================================================================
17 Index: oneclickftp-0.5.1/src/ftpwindowimpl.h
18 ===================================================================
19 --- oneclickftp-0.5.1.orig/src/ftpwindowimpl.h
20 +++ oneclickftp-0.5.1/src/ftpwindowimpl.h
21 @@ -38,7 +38,7 @@ class FTPWindowImpl : public QWidget, pu
22 {
23 Q_OBJECT
24 public:
25 - FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = 0, QString ProxyPort = 0);
26 + FTPWindowImpl(QString Dir, QString Profile, QString ProxyIP = QString::number(0), QString ProxyPort = QString::number(0));
27 bool Upload(OProfile *ProfiletoUpload, std::vector<OFileConnection*> SelectedFiles);
28 bool Download(OProfile *ProfiletoDownload, std::vector<OFileConnection*> SelectedFiles);