Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Johannes Zarl-Zierl
KPhotoAlbum
Commits
75ad9258
Commit
75ad9258
authored
Sep 26, 2020
by
Robert Krawitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
9bcb9ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Utilities/FastDateTime.cpp
Utilities/FastDateTime.cpp
+1
-2
No files found.
Utilities/FastDateTime.cpp
View file @
75ad9258
...
...
@@ -46,8 +46,7 @@ Utilities::FastDateTime::addYears(qint64 years) const
{
FastDateTime
answer
(
*
this
);
answer
.
m_dateTime
=
answer
.
m_dateTime
.
addYears
(
years
);
answer
.
m_msecsSinceEpoch
=
answer
.
m_dateTime
.
isValid
()
?
answer
.
m_dateTime
.
toMSecsSinceEpoch
()
:
INT64_MIN
;
answer
.
m_msecsSinceEpoch
=
toValidatedMSecs
(
answer
);
return
answer
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment