mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-02 12:19:23 +00:00
Added missing return statement
This commit is contained in:
parent
0a38e5f489
commit
9cd136938b
1 changed files with 1 additions and 0 deletions
|
|
@ -144,4 +144,5 @@ QString EventLogCore::getEphemeralFormatedTime(int selectedTime) {
|
|||
else if (selectedTime == 86400) mEventDetails = tr("nDay", "", 1).arg(1);
|
||||
else if (selectedTime == 259200) mEventDetails = tr("nDay", "", 3).arg(3);
|
||||
else if (selectedTime == 604800) mEventDetails = tr("nWeek", "", 1).arg(1);
|
||||
else return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue