Insert old comment text in change comment dialog.
This commit is contained in:
@@ -64,7 +64,7 @@ CommentTreeWidget::CommentTreeWidget(QWidget *parent) : QTreeWidget(parent),
|
||||
bool ok;
|
||||
QString newText = QInputDialog::getText(this, QString("Change comment text"),
|
||||
QString("Change comment text"), QLineEdit::Normal,
|
||||
QString(), &ok);
|
||||
commentItem->Text(), &ok);
|
||||
|
||||
if (ok)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user