1
0
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:
Anthony Bilinski 2018-04-26 13:42:01 -07:00
commit 2d87999922
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

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}