summaryrefslogtreecommitdiffabout
path: root/korganizer/interfaces/korganizer/baseview.h
Unidiff
Diffstat (limited to 'korganizer/interfaces/korganizer/baseview.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/interfaces/korganizer/baseview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/interfaces/korganizer/baseview.h b/korganizer/interfaces/korganizer/baseview.h
index 09f8ba3..2ac9de1 100644
--- a/korganizer/interfaces/korganizer/baseview.h
+++ b/korganizer/interfaces/korganizer/baseview.h
@@ -133,8 +133,9 @@ class BaseView : public QWidget
133 virtual int currentDateCount() = 0; 133 virtual int currentDateCount() = 0;
134 134
135 /** Return if this view is a view for displaying events. */ 135 /** Return if this view is a view for displaying events. */
136 virtual bool isEventView() { return false; } 136 virtual bool isEventView() { return false; }
137 virtual bool isMonthView() { return false; }
137 138
138 public slots: 139 public slots:
139 /** 140 /**
140 Show incidences for the given date range. The date range actually shown may be 141 Show incidences for the given date range. The date range actually shown may be