From kde-devel Fri Sep 30 06:13:01 2005 From: Sheraz Date: Fri, 30 Sep 2005 06:13:01 +0000 To: kde-devel Subject: safe killing of KIO::TransferJob Message-Id: <20050930061301.77649.qmail () web31501 ! mail ! mud ! yahoo ! com> X-MARC-Message: https://marc.info/?l=kde-devel&m=112806084313614 Hi I initates a job using m_jb = KIO::http_post( m_url, postArgs, false ); ... ... It goes to find the requrest url...Now I can kill KIO Job using m_jb->kill(true); But if i call the kill withou requesting the url it crashed the application....My Question is that is there any way or property exists in KIO so that prioir calling Kill i can check if the request is alive or not ? Thanks Sheraz ______________________________________________________ Yahoo! for Good Donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/ >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<