MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / getMainWindowState

Method getMainWindowState

Source/GUI/Settings/SConfig.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86QByteArray SConfig::getMainWindowState() const
87{
88 return value("mainWindowSettings/mainWindowState", QByteArray{}).toByteArray();
89}
90
91QByteArray SConfig::getSplitterState() const
92{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected