mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 20:04:20 -04:00
ADD: new values to checkDeleay()
This commit is contained in:
parent
15b9ce4c02
commit
7704ddfb04
1 changed files with 5 additions and 2 deletions
|
@ -403,8 +403,11 @@ uint32_t GxsGroupFrameDialog::checkDelay(uint32_t time_in_secs)
|
||||||
return 90 * 86400;
|
return 90 * 86400;
|
||||||
if(time_in_secs <= 250 * 86400)
|
if(time_in_secs <= 250 * 86400)
|
||||||
return 180 * 86400;
|
return 180 * 86400;
|
||||||
|
if(time_in_secs <= 400 * 86400)
|
||||||
return 365 * 86400;
|
return 365 * 86400;
|
||||||
|
if(time_in_secs <= 1200 * 86400)
|
||||||
|
return 1095 * 86400;
|
||||||
|
return 1825 * 86400;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GxsGroupFrameDialog::groupTreeCustomPopupMenu(QPoint point)
|
void GxsGroupFrameDialog::groupTreeCustomPopupMenu(QPoint point)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue