mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 13:09:15 -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(
|
||||
|
||||
@@ -35,7 +35,7 @@ public:
|
||||
const Utils::Text::Range &range,
|
||||
const QString &contextBefore,
|
||||
const QString &contextAfter);
|
||||
|
||||
|
||||
void hideRefactorWidget();
|
||||
|
||||
void setApplyCallback(std::function<void(const QString &)> callback);
|
||||
|
||||
Reference in New Issue
Block a user