Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim Libraries
Commits
9a966179
Commit
9a966179
authored
Dec 12, 2014
by
David Jarvie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style
parent
21af0c9c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
kalarmcal/compatibilityattribute.cpp
kalarmcal/compatibilityattribute.cpp
+2
-2
kalarmcal/eventattribute.cpp
kalarmcal/eventattribute.cpp
+2
-2
No files found.
kalarmcal/compatibilityattribute.cpp
View file @
9a966179
...
...
@@ -97,8 +97,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
...
...
kalarmcal/eventattribute.cpp
View file @
9a966179
...
...
@@ -74,8 +74,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
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