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
14c0d00c
Commit
14c0d00c
authored
Jul 29, 2013
by
David Jarvie
Browse files
Formatting
parent
6a7afb5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
kacalendar.cpp
View file @
14c0d00c
...
...
@@ -88,6 +88,8 @@ class Private
QByteArray
Private
::
mIcalProductId
;
//=============================================================================
namespace
KACalendar
{
...
...
@@ -288,6 +290,7 @@ bool isUTC(const QString& localFile)
return
false
;
}
//=============================================================================
namespace
CalEvent
{
...
...
kacalendar.h
View file @
14c0d00c
...
...
@@ -138,6 +138,7 @@ namespace KACalendar
extern
const
QByteArray
APPNAME
;
//!< The application name ("KALARM") used in calendar properties
}
// namespace KACalendar
//
/**
* @short Class representing type attributes of a KAlarm event.
...
...
kaevent.cpp
View file @
14c0d00c
...
...
@@ -54,6 +54,8 @@ using namespace KHolidays;
namespace
KAlarmCal
{
//=============================================================================
#ifndef KALARMCAL_USE_KRESOURCES
typedef
KCalCore
::
Person
EmailAddress
;
class
EmailAddressList
:
public
KCalCore
::
Person
::
List
...
...
@@ -80,6 +82,7 @@ class EmailAddressList : public QList<KCal::Person>
QString
address
(
int
index
)
const
;
};
//=============================================================================
class
KAAlarm
::
Private
{
...
...
@@ -97,6 +100,7 @@ class KAAlarm::Private
bool
mTimedDeferral
;
// if mDeferred = true: true if the deferral is timed, false if date-only
};
//=============================================================================
class
KAEventPrivate
:
public
QSharedData
{
...
...
@@ -433,6 +437,7 @@ class KAEventPrivate : public QSharedData
static
const
QString
SC
;
};
//=============================================================================
// KAlarm version which first used the current calendar/event format.
// If this changes, KAEvent::convertKCalEvents() must be changed correspondingly.
...
...
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