mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-07 05:29:13 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -181,8 +181,9 @@ void QuickRefactorDialog::setupUi()
|
||||
}
|
||||
|
||||
QLabel *agentHint = new QLabel(
|
||||
Tr::tr("No Quick Refactor agent is set. "
|
||||
"<a href=\"pipelines\">Assign one in the Pipelines settings</a>."),
|
||||
Tr::tr(
|
||||
"No Quick Refactor agent is set. "
|
||||
"<a href=\"pipelines\">Assign one in the Pipelines settings</a>."),
|
||||
this);
|
||||
agentHint->setWordWrap(true);
|
||||
agentHint->setTextInteractionFlags(
|
||||
|
||||
Reference in New Issue
Block a user