MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / saveSettings

Method saveSettings

ChatView/ChatView.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void ChatView::saveSettings()
97{
98 QSettings settings;
99 settings.setValue("QodeAssist/ChatView/geometry", geometry());
100 settings.setValue("QodeAssist/ChatView/pinned", m_isPin);
101}
102
103void ChatView::restoreSettings()
104{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected