On Tuesday 08 October 2002 1:56 pm, Juergen Spitzmueller wrote: > Believe it or not: it works. > Please review and apply, if there are no objections.
This seems designed to confuse. What are you planning to do with
it? Perhaps a comment for the rest of us...
void QSendtoDialog::slotFormatHighlighted(const QString&)
{
if (form_->readOnly())
return;
}
Has anyoone mentioned that calling a Qt dialog form_ is
perverted? ;-)
A
