MCPcopy Create free account
hub / github.com/KDE/kate / BackendInterface

Method BackendInterface

addons/gdbplugin/backendinterface.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "backendinterface.h"
10
11BackendInterface::BackendInterface(QObject *parent)
12 : QObject(parent)
13{
14}
15
16#include "moc_backendinterface.cpp"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected