Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setModified
Method
setModified
src/openms_gui/source/VISUAL/ParamEditor.cpp:944–951 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
942
}
943
944
void ParamEditor::setModified(bool is_modified)
945
{
946
if (is_modified != modified_)
947
{
948
modified_ = is_modified;
949
emit modified(modified_);
950
}
951
}
952
953
bool ParamEditor::isModified() const
954
{
Callers
2
loadINI_
Method · 0.80
storeINI_
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected