You've already forked lazarus-ccr
tvplanit: Adjust visibility of WeekView and MonthView variables and methods. Cosmetic changes. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -20,7 +20,7 @@ type
|
||||
FCalendar: TVpICalendar;
|
||||
FChecked: Boolean;
|
||||
protected
|
||||
procedure SaveToStrings(const AList: TStrings); virtual;
|
||||
procedure SaveToStrings(const {%H-}AList: TStrings); virtual;
|
||||
public
|
||||
constructor Create(ACalendar: TVpICalendar); virtual;
|
||||
function FindItem(AKey: String): TVpICalItem;
|
||||
@@ -353,6 +353,7 @@ procedure TVpICalEntry.SaveToStrings(const AList: TStrings);
|
||||
begin
|
||||
end;
|
||||
|
||||
|
||||
{==============================================================================}
|
||||
{ TVpICalAlarm }
|
||||
{==============================================================================}
|
||||
|
Reference in New Issue
Block a user