From 0a3ffe7e5657bed4cb77d9bc23457755e2d02591 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 12 Oct 2002 00:30:06 +0000 Subject: This is targetted to the people telling in computer science classes that I'm toolkit dependant This is a Process Controller which will be used to work around the limit of only beeing able to do one FileTransfer at a Time --- (limited to 'noncore/apps/opie-console/filetransfer.cpp') diff --git a/noncore/apps/opie-console/filetransfer.cpp b/noncore/apps/opie-console/filetransfer.cpp index 7b75d35..7fd9f37 100644 --- a/noncore/apps/opie-console/filetransfer.cpp +++ b/noncore/apps/opie-console/filetransfer.cpp @@ -212,7 +212,6 @@ void FileTransfer::slotProgress( const QStringList& list ) { total = progi[1].toULong(&complete ); if (!complete || total == 0) { - qWarning("returning!!"); return; } @@ -231,11 +230,9 @@ void FileTransfer::slotProgress( const QStringList& list ) { sec = progi[1].toInt(); - qWarning("Prog!:%d", prog ); if ( prog > m_prog ) { m_prog = prog; emit progress(m_file, m_prog, bps, -1, min , sec ); - qWarning("Progress: %s, %d\%, %d, %d:%d", m_file.latin1(), m_prog, bps, min, sec ); } } -- cgit v0.9.0.2