From dc1f5ea0a319bf4cbf05989c414ccaea898b4826 Mon Sep 17 00:00:00 2001 From: TriKriSta Date: Sun, 15 Apr 2018 19:04:02 +0300 Subject: [PATCH] fix: delete double initialization callDuration --- src/widget/form/chatform.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp index 6a42f2a8a..c34616e8d 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -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}