From 9b33ff5f74c30a5a4905093715a6f345edee26ab Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 12 Oct 2002 21:18:46 +0000 Subject: Calmed down... 2nd try after merge Use MetaFactory cuase it's so nice and avoids thousands of if() else if stuff Fix a bug in filetransfer where cancel after exit leaded to a crash cause of bogus adresses in the QSocketNotifiers.. --- (limited to 'noncore/apps/opie-console/test/senderui.cpp') diff --git a/noncore/apps/opie-console/test/senderui.cpp b/noncore/apps/opie-console/test/senderui.cpp index 3e0bd65..8bc1676 100644 --- a/noncore/apps/opie-console/test/senderui.cpp +++ b/noncore/apps/opie-console/test/senderui.cpp @@ -40,7 +40,7 @@ SenderUI::~SenderUI() { } void SenderUI::slotSendFile() { - sz = new FileTransfer(FileTransfer::SZ, ser); + sz = new FileTransfer(FileTransfer::SY, ser); sz->sendFile("/home/ich/bootopie-v06-13.jffs2"); connect (sz, SIGNAL(sent()), -- cgit v0.9.0.2