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