Skip to content

Commit

Permalink
Fixed DS_Store
Browse files Browse the repository at this point in the history
Fixed time syntax in PDF
  • Loading branch information
mikaelsundell committed Jan 2, 2024
1 parent 6331101 commit cac21f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorpicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ ColorpickerPrivate::pdf()
QString datestamp =
QString("%2 at %3").
arg(datetime.toString("yyyy-MM-dd")).
arg(datetime.toString("hh.mm.ss"));
arg(datetime.toString("hh:mm:ss"));

QString filename =
QString("%1/Colorpicker %2.pdf").
Expand Down
Binary file modified resources/DS_Store.in
Binary file not shown.

0 comments on commit cac21f2

Please sign in to comment.