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
2bafbab0
Commit
2bafbab0
authored
Dec 14, 2013
by
Àlex Fiestas
Browse files
[kalarmcal] Comment qDebug() << KDateTime
parent
866c63dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaevent.cpp
View file @
2bafbab0
...
...
@@ -4118,10 +4118,10 @@ void KAEventPrivate::dumpDebug() const
kDebug
()
<<
"-- mExcludeHolidays:"
<<
(
bool
)
mExcludeHolidays
;
kDebug
()
<<
"-- mWorkTimeOnly:"
<<
mWorkTimeOnly
;
kDebug
()
<<
"-- mStartDateTime:"
<<
mStartDateTime
.
toString
();
kDebug
()
<<
"-- mCreatedDateTime:"
<<
mCreatedDateTime
;
//
kDebug() << "-- mCreatedDateTime:" << mCreatedDateTime;
kDebug
()
<<
"-- mRepeatAtLogin:"
<<
mRepeatAtLogin
;
if
(
mRepeatAtLogin
)
kDebug
()
<<
"-- mAtLoginDateTime:"
<<
mAtLoginDateTime
;
//
if (mRepeatAtLogin)
//
kDebug() << "-- mAtLoginDateTime:" << mAtLoginDateTime;
kDebug
()
<<
"-- mArchiveRepeatAtLogin:"
<<
mArchiveRepeatAtLogin
;
kDebug
()
<<
"-- mConfirmAck:"
<<
mConfirmAck
;
kDebug
()
<<
"-- mEnabled:"
<<
mEnabled
;
...
...
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