From f858f18f3d8e7004629750816772f4e8e42b8b33 Mon Sep 17 00:00:00 2001 From: Aleksandar Sasha Babic Date: Mon, 6 Jul 2009 18:26:20 +0200 Subject: Forgot variable definitioin. --- examples/network/ftp/sym_iap_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/network/ftp/sym_iap_util.h b/examples/network/ftp/sym_iap_util.h index 06d9482..6d52b1d 100644 --- a/examples/network/ftp/sym_iap_util.h +++ b/examples/network/ftp/sym_iap_util.h @@ -260,8 +260,9 @@ static QString qt_CheckForActiveConnection() { } static QString qt_CheckSettingsForConnection(QStringList& iapNames) { + QString strIapName; for(int index = 0; index < iapNames.size(); ++index) { - QString strIapName = iapNames.at(index); + strIapName = iapNames.at(index); int error = 0; if(!qt_SetDefaultIapName(strIapName, error)) { //printf("failed setdefaultif @ %i with %s and errno = %d \n", __LINE__, strIapName.toUtf8().data(), error); -- cgit v0.12