MCPcopy Create free account
hub / github.com/cloose/CuteMarkEd / isSuperscriptEnabled

Method isSuperscriptEnabled

app/options.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302bool Options::isSuperscriptEnabled() const
303{
304 return m_superscriptEnabled;
305}
306
307void Options::setSuperscriptEnabled(bool enabled)
308{

Callers 2

initializeAppMethod · 0.80
converterOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected