mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-21 06:23:26 -05:00
refactor: Remove current visible files in ide
This commit is contained in:
@ -33,7 +33,6 @@
|
||||
#include "GetIssuesListTool.hpp"
|
||||
#include "ListProjectFilesTool.hpp"
|
||||
#include "ProjectSearchTool.hpp"
|
||||
#include "ReadVisibleFilesTool.hpp"
|
||||
#include "TodoTool.hpp"
|
||||
|
||||
namespace QodeAssist::Tools {
|
||||
@ -46,7 +45,6 @@ ToolsFactory::ToolsFactory(QObject *parent)
|
||||
|
||||
void ToolsFactory::registerTools()
|
||||
{
|
||||
registerTool(new ReadVisibleFilesTool(this));
|
||||
registerTool(new ListProjectFilesTool(this));
|
||||
registerTool(new GetIssuesListTool(this));
|
||||
registerTool(new CreateNewFileTool(this));
|
||||
|
||||
Reference in New Issue
Block a user