Anyone do much Qt programming? Is it possible to block a signal, or better, to make sure it only gets emitted once? I'm thinking about just testing a bool in the slot the signal is connected too, but it seems there could be a better way. The signal is coming from an MGProcess (similar to a QProcess), and there are times when I want all the signals, so I'd rather not hack or even reimplement the class.
-- <[EMAIL PROTECTED]>
