Home
last modified time | relevance | path

Searched refs:notModifiedInTheLast (Results 1 – 3 of 3) sorted by relevance

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Filter/
H A Dfiltersettings.cpp132 COPY(notModifiedInTheLast); in operator =()
177 LOAD("NotModifiedInTheLastAmount", notModifiedInTheLast.amount); in load()
178 notModifiedInTheLast.unit = in load()
229 cfg.writeEntry("NotModifiedInTheLastAmount", notModifiedInTheLast.amount); in save()
231 static_cast<int>(notModifiedInTheLast.unit)); in save()
315 if (notModifiedInTheLast.amount) { in toQuery()
316 QDate d = QDate::currentDate().addDays((-1) * notModifiedInTheLast.days()); in toQuery()
H A Dadvancedfilter.cpp533 s.notModifiedInTheLast.amount = notModifiedInTheLastData->value(); in getSettings()
534 s.notModifiedInTheLast.unit = in getSettings()
538 s.modifiedInTheLast.amount && s.notModifiedInTheLast.amount) { in getSettings()
539 if (s.modifiedInTheLast.days() < s.notModifiedInTheLast.days()) { in getSettings()
589 notModifiedInTheLastData->setValue(s.notModifiedInTheLast.amount); in applySettings()
590 notModifiedInTheLastType->setCurrentIndex(s.notModifiedInTheLast.unit); in applySettings()
H A Dfiltersettings.h108 TimeSpan notModifiedInTheLast; variable