Pavel Sanda wrote:
> [email protected] wrote:
> > +struct LevelButton : QRadioButton
> > +{
> > +   LevelButton(const QString& name) : QRadioButton(name) {}
> > +   Debug::Type level;
> > +};
> 
> we will need checkboxes or buttons, since the levels can be combined.
> you can set eg files+version control debug level.

yep and the update button can be killed, its just leftover...
pavel

Reply via email to