mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-29 03:39:57 +00:00
refactor: refresh aw plugin
This commit is contained in:
@ -73,7 +73,7 @@ void TestAWJsonFormatter::generate()
|
||||
auto listCount = AWTestLibrary::randomInt(5) + 1;
|
||||
auto validCount = AWTestLibrary::randomInt(listCount);
|
||||
QVariantList second;
|
||||
for (auto i = 0; i < listCount; i++) {
|
||||
for (auto i = 0; i < listCount; ++i) {
|
||||
if (i == validCount) {
|
||||
second.append(first);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user