change date format to yyyy-MM-dd #82

This commit is contained in:
DenioD
2020-06-05 23:28:15 +02:00
parent 70dbc1f131
commit 65dd00919e
3 changed files with 2 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ void Chat::renderChatBox(Ui::MainWindow *ui, QListView *view, QLabel *label)
Items->setData(OUTGOING, Qt::UserRole + 1);
chat->appendRow(Items);
ui->listChat->setModel(chat);
ui->listChat->setModel(chat);
}