On Tuesday 08 October 2002 3:08 pm, John Levon wrote:
> On Tue, Oct 08, 2002 at 03:04:55PM +0100, Angus Leeming wrote:
> > This seems designed to confuse. What are you planning to do
> > with it? Perhaps a comment for the rest of us...
>
> This comment has confused me. Have we decided to change our
> minds about send to /again/ ?
No, I meant I don't understand the source.
This doesn't seem to do anything either way, so why special case
readOnly()?
Why:
void QSendtoDialog::slotFormatHighlighted(const QString&)
{
if (form_->readOnly())
return;
}
Why not:
void QSendtoDialog::slotFormatHighlighted(const QString&)
{}
Angus