MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / JSBlockData

Class JSBlockData

jsedit.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#include <QtGui>
34
35class JSBlockData: public QTextBlockUserData
36{
37public:
38 QList<int> bracketPositions;
39};
40
41class JSHighlighter : public QSyntaxHighlighter
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected