MCPcopy Create free account
hub / github.com/KDE/ghostwriter / isCodeBlock

Method isCodeBlock

src/editor/markdowneditor.cpp:2397–2400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2395}
2396
2397bool MarkdownEditorPrivate::isCodeBlock(const QTextBlock &block) const
2398{
2399 return (MarkdownStateCodeBlock == (MarkdownStateCodeBlock & block.userState()));
2400}
2401
2402QStringList MarkdownEditorPrivate::buildImageReaderFormats()
2403{

Callers 1

paintEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected