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
98fc4139
Commit
98fc4139
authored
Apr 11, 2014
by
Laurent Montel
Browse files
It compiles fine now
parent
b47489e0
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
98fc4139
...
...
@@ -43,6 +43,7 @@ target_link_libraries(KF5KAlarmCal
KF5::PimIdentities
KF5::CoreAddons
KF5::CalendarCore
KF5::AkonadiCore
)
set_target_properties
(
KF5KAlarmCal PROPERTIES
...
...
src/collectionattribute.h
View file @
98fc4139
...
...
@@ -27,7 +27,7 @@
#include
"kacalendar.h"
#include
<
AkonadiCore/
attribute.h>
#include
<attribute.h>
#include
<QColor>
...
...
src/compatibilityattribute.h
View file @
98fc4139
...
...
@@ -26,7 +26,7 @@
#include
"kacalendar.h"
#include
<
AkonadiCore/
attribute.h>
#include
<attribute.h>
namespace
KAlarmCal
{
...
...
src/eventattribute.h
View file @
98fc4139
...
...
@@ -27,7 +27,7 @@
#include
"kaevent.h"
#include
<
AkonadiCore/
attribute.h>
#include
<attribute.h>
namespace
KAlarmCal
{
...
...
src/kacalendar.h
View file @
98fc4139
...
...
@@ -27,7 +27,7 @@
#include
<kcalcore/filestorage.h>
#include
<kcalcore/calendar.h>
#include
<kcalcore/event.h>
#include
<
AkonadiCore/
collection.h>
#include
<collection.h>
#include
<QtCore/QByteArray>
#include
<QtCore/QStringList>
...
...
src/kaevent.cpp
View file @
98fc4139
...
...
@@ -651,6 +651,7 @@ void KAEvent::set(const Event::Ptr& e)
* Initialise the KAEventPrivate from a KCal::Event.
*/
void
KAEventPrivate
::
set
(
const
Event
::
Ptr
&
event
)
{
startChanges
();
// Extract status from the event
mCommandError
=
KAEvent
::
CMD_NO_ERROR
;
...
...
src/kaevent.h
View file @
98fc4139
...
...
@@ -30,8 +30,8 @@
#include
"kacalendar.h"
#include
"repetition.h"
#include
<
AkonadiCore/
collection.h>
#include
<
AkonadiCore/
item.h>
#include
<collection.h>
#include
<item.h>
#include
<kcalcore/person.h>
#include
<kcalcore/calendar.h>
...
...
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