Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarmCal
Commits
cc030bfe
Commit
cc030bfe
authored
Nov 07, 2020
by
Laurent Montel
😁
Browse files
Make it compile on windows
parent
633d7f8a
Pipeline
#39874
canceled with stage
Changes
1
Pipelines
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
.
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