Re: [patch] Fix doxygen warnings

2003-06-18 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Looks good. A few questions: | | This looks like a typo: | > QAboutDialog::~QAboutDialog() | > -{ | > -} | > +{} | > +y | > yes. fixed in my sources | ?: | Index: src/frontends/qt2/QRefDialog.h | -void refHighlighted(QString const &); |

Re: [patch] Fix doxygen warnings

2003-06-18 Thread Angus Leeming
Looks good. A few questions: This looks like a typo: > QAboutDialog::~QAboutDialog() > -{ > -} > +{} > +y > ?: Index: src/frontends/qt2/QRefDialog.h -void refHighlighted(QString const &); -void refSelected(QString const &); +void refHighlighted(const QString &); +