mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #5084
TriKriSta (1): fix: delete double initialization callDuration
This commit is contained in:
commit
2d87999922
|
@ -119,7 +119,6 @@ QString secondsToDHMS(quint32 duration)
|
|||
|
||||
ChatForm::ChatForm(Friend* chatFriend, History* history)
|
||||
: f(chatFriend)
|
||||
, callDuration(new QLabel(this))
|
||||
, history{history}
|
||||
, isTyping{false}
|
||||
, lastCallIsVideo{false}
|
||||
|
|
Loading…
Reference in New Issue
Block a user