Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ save
Method
save
example/mainwindow.cpp:111–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
bool MainWindow::save()
112
{
113
if (isUntitled) {
114
return saveAs();
115
} else {
116
return saveFile(curFile);
117
}
118
}
119
120
bool MainWindow::saveAs()
121
{
Callers
1
optionsAccepted
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected