mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
update SelfInfoWidget
This commit is contained in:
@ -23,7 +23,7 @@ MessageShowArea::MessageShowArea() {
|
||||
// 添加测试数据
|
||||
#if TEST_UI
|
||||
bool k = true;
|
||||
for(int i = 0; i < 30; i++) {
|
||||
for(int i = 0; i < 8; i++) {
|
||||
model::UserInfo userInfo;
|
||||
userInfo.nickname = "xyz" + QString::number(i);
|
||||
userInfo.avatar = QIcon(":/resource/image/defaultAvatar.png");
|
||||
|
||||
Reference in New Issue
Block a user