tree: visible => listed

This commit is contained in:
2024-03-16 22:03:22 +01:00
parent 18f4ad9d51
commit 03c6816528
11 changed files with 73 additions and 47 deletions

View 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