| 18 | namespace QodeAssist { |
| 19 | |
| 20 | CustomInstructionsManager::CustomInstructionsManager(QObject *parent) |
| 21 | : QObject(parent) |
| 22 | {} |
| 23 | |
| 24 | CustomInstructionsManager &CustomInstructionsManager::instance() |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected