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