mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdeui: update NET::timestampCompare() and NET::timestampDiff() documentation
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a4a374b1f2
commit
a846ee0719
1 changed files with 0 additions and 2 deletions
|
@ -729,13 +729,11 @@ public:
|
|||
/**
|
||||
Compares two X timestamps, taking into account wrapping and 64bit architectures.
|
||||
Return value is like with strcmp(), 0 for equal, -1 for time1 < time2, 1 for time1 > time2.
|
||||
@deprecated Moved to KXUtils namespace.
|
||||
*/
|
||||
static int timestampCompare( Time time1, Time time2 );
|
||||
/**
|
||||
Returns a difference of two X timestamps, time2 - time1, where time2 must be later than time1,
|
||||
as returned by timestampCompare().
|
||||
@deprecated Moved to KXUtils namespace.
|
||||
*/
|
||||
static Time timestampDiff( Time time1, Time time2 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue