summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/sz_transfer.h
authorhash <hash>2002-10-09 19:37:20 (UTC)
committer hash <hash>2002-10-09 19:37:20 (UTC)
commit3689213cd06e8655b3f338ad170ad4e0fa040b80 (patch) (side-by-side diff)
tree328d017486631efdf1df238262d804b263c51433 /noncore/apps/opie-console/sz_transfer.h
parent381ad47090a7dcf79d1d4fd11fff87ff565fb36b (diff)
downloadopie-3689213cd06e8655b3f338ad170ad4e0fa040b80.zip
opie-3689213cd06e8655b3f338ad170ad4e0fa040b80.tar.gz
opie-3689213cd06e8655b3f338ad170ad4e0fa040b80.tar.bz2
as far as i can tell, this should work, but then again, it isnt working...
i cant understand minicom's file transfer stuff in updown.c anyone know what might be the problem?
Diffstat (limited to 'noncore/apps/opie-console/sz_transfer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/sz_transfer.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/sz_transfer.h b/noncore/apps/opie-console/sz_transfer.h
index 825680d..d3e6621 100644
--- a/noncore/apps/opie-console/sz_transfer.h
+++ b/noncore/apps/opie-console/sz_transfer.h
@@ -24,11 +24,12 @@ public slots:
*/
void sendFile( const QString& file ) ;
void sendFile( const QFile& );
+ void sent();
private slots:
- void SzRecievedStdout(OProcess *, char *, int);
- void SzRecievedStderr(OProcess *, char *, int);
- void recievedStdin(QByteArray &);
+ void SzReceivedStdout(OProcess *, char *, int);
+ void SzReceivedStderr(OProcess *, char *, int);
+ void receivedStdin(const QByteArray &);
private:
OProcess *proc;