MCPcopy Create free account
hub / github.com/Artikash/Textractor / LoadScript

Method LoadScript

extensions/styler.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33private:
34 void LoadScript()
35 {
36 qApp->setStyleSheet(scriptEditor.toPlainText());
37 Save();
38 }
39
40 void Save()
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected