aboutsummaryrefslogtreecommitdiff
path: root/src/engine-eds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine-eds.cpp')
-rw-r--r--src/engine-eds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp
index 0c833c6..30aad1a 100644
--- a/src/engine-eds.cpp
+++ b/src/engine-eds.cpp
@@ -110,7 +110,7 @@ public:
auto gtz = default_timezone != nullptr
? g_time_zone_new(icaltimezone_get_location(default_timezone))
- : g_time_zone_new_local();
+ : g_time_zone_new_local();
auto main_task = std::make_shared<Task>(this, func, default_timezone, gtz, begin, end);
for (auto& kv : m_clients)
@@ -1026,7 +1026,7 @@ private:
/***
****
***/
-
+
core::Signal<> m_changed;
std::set<ESource*> m_sources;
std::map<ESource*,ECalClient*> m_clients;