Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ setUpdateDate
Method
setUpdateDate
gui/browserWidgets/dateeditor.cpp:118–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void DateEditor::setUpdateDate(qint64 value) {
119
this->blockSignals(true);
120
updatedDate.setDate(value);
121
this->blockSignals(false);
122
}
123
124
125
Callers
1
sendDateUpdateSignal
Method · 0.80
Calls
1
setDate
Method · 0.80
Tested by
no test coverage detected