1.0.6 candidate
[qtmeetings] / src / UserInterface / Components / ScheduleWidget.h
index 47b8e3f..27c7f11 100644 (file)
@@ -261,8 +261,17 @@ private:
        static const QColor sFreeBackground;
 
        //! Color for a busy cell.
+       static const QColor sBusyBackgroundStart;
+
+       //! Color for a busy cell.
        static const QColor sBusyBackground;
 
+       //! Color for a busy cell.
+       static const QColor sCurrentBackgroundStart;
+
+       //! Color for a busy cell.
+       static const QColor sCurrentBackground;
+
        //! Color for headers.
        static const QColor sHeaderBackground;