MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / QuickRefactorHandler

Method QuickRefactorHandler

QuickRefactorHandler.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace QodeAssist {
26
27QuickRefactorHandler::QuickRefactorHandler(QObject *parent)
28 : QObject(parent)
29 , m_currentEditor(nullptr)
30 , m_isRefactoringInProgress(false)
31 , m_contextManager(this)
32{
33}
34
35QuickRefactorHandler::~QuickRefactorHandler() {}
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected