mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-30 01:59:11 -04:00
fix: Merging tool result
This commit is contained in:
@@ -28,7 +28,7 @@ struct RefactorResult
|
||||
Utils::Text::Range insertRange;
|
||||
bool success;
|
||||
QString errorMessage;
|
||||
TextEditor::TextEditorWidget *editor{nullptr};
|
||||
QPointer<TextEditor::TextEditorWidget> editor;
|
||||
};
|
||||
|
||||
class QuickRefactorHandler : public QObject
|
||||
@@ -73,7 +73,7 @@ private:
|
||||
QPointer<SessionManager> m_sessionManager;
|
||||
QPointer<AgentFactory> m_agentFactory;
|
||||
QHash<QString, RequestContext> m_activeRequests;
|
||||
TextEditor::TextEditorWidget *m_currentEditor;
|
||||
QPointer<TextEditor::TextEditorWidget> m_currentEditor;
|
||||
Utils::Text::Range m_currentRange;
|
||||
bool m_isRefactoringInProgress;
|
||||
QString m_lastRequestId;
|
||||
|
||||
Reference in New Issue
Block a user