Add setting to control what "recent" is considered.

This commit is contained in:
Luis Ángel San Martín
2023-05-20 17:43:38 +02:00
parent 6a6a239cc7
commit 45af72520b
17 changed files with 86 additions and 14 deletions

View File

@ -16,7 +16,7 @@ public:
public slots:
void toggleVisibility(bool visibility);
void setTimeRangeInDays(int days);
void updateTimeRange();
private:
QSettings *settings;