Archive for 17. July 2007

Re: Build Errors: calitko-0.6.1
> It’ll be nice if you could try to build with Qt4.3. Sure. > One option is to change you symlink in /usr/bin Not too keen on doing that. The list of (more...)
Re: PeerInfo and PeerId
Hi Petr, and what about: switch() { ... // no default: so that we get a compile time warning } Q_ASSERT (false && "Unhandled Event value"); // so that we get a meaningful assert warning during debugging return (more...)
Re: PeerInfo and PeerId
Hi Peter, We could have the compiler help us in case a new Event is ever added to TrackerReqeust::Event. If TrackerRequestWriter::eventToString() uses a simple switch like that: [snip] the compiler will produce a (more...)