Maybe in the future it would be nice to have a rich text editor here which
also handles semantic stuff like automatic annotations.
BUG: 160160
svn path=/trunk/KDE/kdebase/apps/; revision=792294
bool CommentEditWidget::exec( const QPoint& pos )
{
d->success = false;
bool CommentEditWidget::exec( const QPoint& pos )
{
d->success = false;
- d->textEdit->setText( d->comment );
+ d->textEdit->setPlainText( d->comment );
d->textEdit->setFocus();
d->textEdit->moveCursor( QTextCursor::End );
QEventLoop eventLoop;
d->textEdit->setFocus();
d->textEdit->moveCursor( QTextCursor::End );
QEventLoop eventLoop;