Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ saveOptions
Method
saveOptions
src/kdiff3.cpp:907–914 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
void KDiff3App::saveOptions(KSharedConfigPtr config)
908
{
909
if(!m_bAutoMode)
910
{
911
saveWindow(config);
912
m_pOptionDialog->saveOptions(std::move(config));
913
}
914
}
915
916
bool KDiff3App::queryClose()
917
{
Callers
1
optiondialog.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected