From 368d5032f4ff4566dea1e99aa2bb782300e0bfd5 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 24 Mar 2002 15:44:15 +0000 Subject: took out processEvents causing slowup --- diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 4722d70..e2a6cad 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -333,7 +333,7 @@ void OpieFtp::connectorBtnToggled(bool On) void OpieFtp::connector() { QCopEnvelope ( "QPE/System", "busy()" ); - qApp->processEvents(); +// qApp->processEvents(); currentRemoteDir=remotePath->text(); if(ServerComboBox->currentText().isEmpty()) { QMessageBox::warning(this,tr("Ftp"),tr("Please set the server info"),tr("Ok"),0,0); @@ -394,7 +394,7 @@ void OpieFtp::localUpload() { int fsz; QCopEnvelope ( "QPE/System", "busy()" ); - qApp->processEvents(); +// qApp->processEvents(); QString strItem = Local_View->currentItem()->text(0); QString localFile = currentDir.canonicalPath()+"/"+strItem; QString remoteFile= currentRemoteDir+strItem; @@ -436,9 +436,9 @@ void OpieFtp::nullifyCallBack() void OpieFtp::remoteDownload() { +// qApp->processEvents(); int fsz; QCopEnvelope ( "QPE/System", "busy()" ); - qApp->processEvents(); QString strItem = Remote_View->currentItem()->text(0); // strItem=strItem.right(strItem.length()-1); -- cgit v0.9.0.2