aboutsummaryrefslogtreecommitdiff
path: root/src/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.cpp')
-rw-r--r--src/actions.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/actions.cpp b/src/actions.cpp
index acf8fd4..6ee3896 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -249,6 +249,17 @@ void Actions::set_calendar_date(const DateTime& date)
m_state->planner->time.set(date);
}
+GActionGroup* Actions::action_group()
+{
+ return G_ACTION_GROUP(m_actions);
+}
+
+std::shared_ptr<State> Actions::state()
+{
+ return m_state;
+}
+
+
} // namespace datetime
} // namespace indicator