MCPcopy Create free account
hub / github.com/KDE/kdevelop / documentSpecifier

Method documentSpecifier

kdevplatform/sublime/tests/test_view.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 explicit TestDocument(Controller *controller): Document(QStringLiteral("TestDocument"), controller) {}
46 QString documentType() const override { return QStringLiteral("Test"); }
47 QString documentSpecifier() const override { return QString(); }
48protected:
49 QWidget *createViewWidget(QWidget *parent = nullptr) override { return new QWidget(parent); }
50 View *newView(Document *doc) override { return new Test(doc); }

Callers

nothing calls this directly

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected