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
efb9fc82
Commit
efb9fc82
authored
Dec 12, 2014
by
David Jarvie
Browse files
Style
parent
d1942143
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/compatibilityattribute.cpp
View file @
efb9fc82
...
...
@@ -96,8 +96,8 @@ QByteArray CompatibilityAttribute::type() const
QByteArray
CompatibilityAttribute
::
name
()
{
static
const
QByteArray
s
Type
(
"KAlarmCompatibility"
);
return
s
Type
;
static
const
QByteArray
att
Type
(
"KAlarmCompatibility"
);
return
att
Type
;
}
QByteArray
CompatibilityAttribute
::
serialized
()
const
...
...
src/eventattribute.cpp
View file @
efb9fc82
...
...
@@ -73,8 +73,8 @@ void EventAttribute::setCommandError(KAEvent::CmdErrType err)
QByteArray
EventAttribute
::
type
()
const
{
static
const
QByteArray
s
Type
(
"KAlarmEvent"
);
return
s
Type
;
static
const
QByteArray
att
Type
(
"KAlarmEvent"
);
return
att
Type
;
}
EventAttribute
*
EventAttribute
::
clone
()
const
...
...
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