Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
cc030bfe
Commit
cc030bfe
authored
Nov 07, 2020
by
Laurent Montel
Browse files
Make it compile on windows
parent
633d7f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kadatetime.h
View file @
cc030bfe
...
...
@@ -1454,9 +1454,6 @@ public:
*/
static
KADateTime
realCurrentLocalDateTime
();
friend
QDataStream
&
operator
<<
(
QDataStream
&
out
,
const
KADateTime
&
dateTime
);
friend
QDataStream
&
operator
>>
(
QDataStream
&
in
,
KADateTime
&
dateTime
);
private:
QSharedDataPointer
<
KADateTimePrivate
>
d
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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