Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void ChatView::saveSettings()
97
{
98
QSettings settings;
99
settings.setValue(
"QodeAssist/ChatView/geometry"
, geometry());
100
settings.setValue(
"QodeAssist/ChatView/pinned"
, m_isPin);
101
}
102
103
void ChatView::restoreSettings()
104
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected