mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-06 04:59:14 -04:00
fix: Remove files and folder watches
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
|
||||
#include "AgentSkill.hpp"
|
||||
|
||||
class QFileSystemWatcher;
|
||||
|
||||
namespace QodeAssist::Skills {
|
||||
|
||||
class SkillsManager : public QObject
|
||||
@@ -48,13 +46,10 @@ signals:
|
||||
void skillsChanged();
|
||||
|
||||
private:
|
||||
void updateWatcher(const QStringList &roots);
|
||||
|
||||
QString m_projectPath;
|
||||
QStringList m_globalRoots;
|
||||
QStringList m_projectSubdirs;
|
||||
QVector<AgentSkill> m_skills;
|
||||
QFileSystemWatcher *m_watcher = nullptr;
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::Skills
|
||||
|
||||
Reference in New Issue
Block a user