MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / setSyncGroupTimeLine

Method setSyncGroupTimeLine

src/WizPreferenceDialog.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void WizPreferenceWindow::setSyncGroupTimeLine(int nDays)
328{
329 for (int i = 0; i < m_dbMgr.count(); i++) {
330 m_dbMgr.at(i).setObjectSyncTimeLine(nDays);
331 }
332}
333
334void WizPreferenceWindow::labelProxy_linkActivated(const QString& link)
335{

Callers

nothing calls this directly

Calls 2

setObjectSyncTimeLineMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected