mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
表格默认数据改为5万条
This commit is contained in:
parent
1813f7cde2
commit
02cfa9c75f
@ -43,7 +43,7 @@ DeviceAddModel::~DeviceAddModel()
|
||||
}
|
||||
void DeviceAddModel::initData()
|
||||
{
|
||||
const int N = 500000;
|
||||
const int N = 50000;
|
||||
|
||||
QList<TaoListItemBase *> objs;
|
||||
objs.reserve(N);
|
||||
|
Loading…
x
Reference in New Issue
Block a user