1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
krepa098 2015-01-04 19:58:14 +01:00
parent 6711fd6ee4
commit 27e967b67e
2 changed files with 0 additions and 3 deletions

View File

@ -70,8 +70,6 @@ void Text::setWidth(qreal w)
dirty = true;
}
size = idealSize();
ensureIntegrity();
freeResources();
}

View File

@ -704,7 +704,6 @@ void ChatForm::loadHistory(QDateTime since, bool processUndelivered)
ToxID storedPrevId = previousId;
ToxID prevId;
std::swap(storedPrevId, previousId);
QList<ChatMessage::Ptr> historyMessages;
QDate lastDate(1,0,0);