summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookpluginwidget.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookpluginwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookpluginwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.h b/core/pim/today/plugins/datebook/datebookpluginwidget.h
index f8ed89e..65e060e 100644
--- a/core/pim/today/plugins/datebook/datebookpluginwidget.h
+++ b/core/pim/today/plugins/datebook/datebookpluginwidget.h
@@ -48,15 +48,17 @@ private:
48 48
49 // how many lines should be showed in the datebook section 49 // how many lines should be showed in the datebook section
50 int m_max_lines_meet; 50 int m_max_lines_meet;
51 // If location is to be showed too, 1 to activate it. 51 // If location is to be showed too, 1 to activate it.
52 bool m_show_location; 52 bool m_show_location;
53 // if notes should be shown 53 // if notes should be shown
54 bool m_show_notes; 54 bool m_show_notes;
55 // should only later appointments be shown or all for the current day. 55 // should only later appointments be shown or all for the current day.
56 bool m_onlyLater; 56 bool m_onlyLater;
57 int m_moreDays; 57 int m_moreDays;
58 // true if time of an appointment should be an extra line 58 // true if time of an appointment should be an extra line
59 bool m_timeExtraLine; 59 bool m_timeExtraLine;
60 //max characters displayed in notes
61 int m_maxCharClip;
60}; 62};
61 63
62#endif 64#endif