MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / editSettings

Method editSettings

src/mainwindowimpl.cpp:1095–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095void MainWindowImpl::editSettings()
1096{
1097 DialogOptions dlg(this);
1098 dlg.exec();
1099
1100 if (dlg.result() == 1) {
1101 radioOverwriteExisting->setChecked(IniSettings::overwriteMode());
1102 }
1103}
1104
1105void MainWindowImpl::about()
1106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected