Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ dataChanged
Method
dataChanged
example/mainwindow.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void MainWindow::dataChanged()
87
{
88
isModified = true;
89
setWindowModified(isModified);
90
}
91
92
void MainWindow::open()
93
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected