1
0
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:
TriKriSta 2018-04-15 19:04:02 +03:00
parent 55d8922d69
commit dc1f5ea0a3

View File

@ -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}