Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 20, 2024
1 parent e3ca44b commit 7e1c8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/filterdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TrackFilterData: public FilterData
public:
/* Special Member Functions */

TrackFilterData() : titleString("ACTIVE LOG #%Y%m%d")
TrackFilterData() : titleString("ACTIVE LOG #%Y%m%d")
{
QDate today = QDate::currentDate();
stopTime = today.endOfDay();
Expand Down

0 comments on commit 7e1c8db

Please sign in to comment.