Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/altairwei/WizNotePlus
/ setObjectSyncTimeLine
Method
setObjectSyncTimeLine
src/database/WizDatabase.cpp:2185–2188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2183
}
2184
2185
void WizDatabase::setObjectSyncTimeLine(int nDays)
2186
{
2187
setMeta(
"SYNC_INFO"
,
"TIMELINE"
, QString::number(nDays));
2188
}
2189
2190
int WizDatabase::getObjectSyncTimeline()
2191
{
Callers
2
on_comboSyncMethod_activated
Method · 0.80
setSyncGroupTimeLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected