tree: visible => listed

This commit is contained in:
2024-03-16 22:03:22 +01:00
orang tua 18f4ad9d51
melakukan 03c6816528
11 mengubah file dengan 73 tambahan dan 47 penghapusan

Melihat File

@@ -13,7 +13,7 @@ class QueryOption
unsigned int offset = 0;
unsigned int limit = 0;
SORT_ORDER order = ASCENDING;
bool includeInvisible = true;
bool includeUnlisted = true;
};
#endif // QUERYOPTION_H