blob: bea8e32af4777fa9e22548f20a5440f90cfeeaf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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);
|