mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rename Range::overlap to Range::overlaps
This commit is contained in:
parent
c48063dec7
commit
9e1e604108
7 changed files with 40 additions and 40 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
|
||||
bool contains (const Datetime&) const;
|
||||
|
||||
bool overlap (const Range&) const;
|
||||
bool overlaps (const Range &) const;
|
||||
bool encloses (const Range&) const;
|
||||
bool startsWithin (const Range &) const;
|
||||
bool endsWithin (const Range &) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue