/[storm]/storm/kde/kmd/kmd.cpp
ViewVC logotype

Diff of /storm/kde/kmd/kmd.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by benja, Wed May 21 19:41:10 2003 UTC revision 1.6 by benja, Wed May 21 19:47:13 2003 UTC
# Line 82  void kio_kmdProtocol::get(const KURL& ur Line 82  void kio_kmdProtocol::get(const KURL& ur
82    kdDebug() << "1" << endl;    kdDebug() << "1" << endl;
83    connect(http,  SIGNAL(readyRead(const QHttpResponseHeader &)),    connect(http,  SIGNAL(readyRead(const QHttpResponseHeader &)),
84            this, SLOT(slotReadyRead()));            this, SLOT(slotReadyRead()));
85    connect(http,  SIGNAL(requestStarted(int)),    connect(http,  SIGNAL(requestStarted(int, bool)),
86            this, SLOT(slotRequestStarted(int)));            this, SLOT(slotRequestStarted(int)));
87    kdDebug() << "2" << endl;    kdDebug() << "2" << endl;
88    http->setHost("www.trolltech.com");    http->setHost("www.trolltech.com");
# Line 115  void kio_kmdProtocol::slotReadyRead() Line 115  void kio_kmdProtocol::slotReadyRead()
115      data(http->readAll());      data(http->readAll());
116  }  }
117    
118  void kio_kmdProtocol::slotRequestStarted(int req)  void kio_kmdProtocol::slotRequestFinished(int req)
119  {  {
120    kdDebug() << "kio_urn -> reqstart " << req << endl;    if(req == requestNr)
121        isFinished = true;
122      kdDebug() << "kio_urn -> reqfinished " << req << endl;
123  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26