1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00

表格默认数据改为5万条

This commit is contained in:
jared 2020-11-24 12:29:10 +08:00
parent 1813f7cde2
commit 02cfa9c75f

View File

@ -43,7 +43,7 @@ DeviceAddModel::~DeviceAddModel()
}
void DeviceAddModel::initData()
{
const int N = 500000;
const int N = 50000;
QList<TaoListItemBase *> objs;
objs.reserve(N);