MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / ok_

Method ok_

src/openms_gui/source/VISUAL/DIALOGS/TOPPASToolConfigDialog.cpp:84–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 TOPPASToolConfigDialog::~TOPPASToolConfigDialog() = default;
83
84 void TOPPASToolConfigDialog::ok_()
85 {
86 if (editor_->isModified())
87 {
88 editor_->store();
89 accept();
90 }
91 else
92 {
93 reject();
94 }
95 }
96
97 void TOPPASToolConfigDialog::loadINI_()
98 {

Callers

nothing calls this directly

Calls 2

isModifiedMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected