Browse Source

fix: delete double initialization callDuration

reviewable/pr5084/r1
TriKriSta 7 years ago
parent
commit
dc1f5ea0a3
  1. 1
      src/widget/form/chatform.cpp

1
src/widget/form/chatform.cpp

@ -119,7 +119,6 @@ QString secondsToDHMS(quint32 duration) @@ -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…
Cancel
Save