* @brief Returns the nested table folder hierarchy for the cascading "Move to Folder" menu. */
| 6061 | * @brief Returns the nested table folder hierarchy for the cascading "Move to Folder" menu. |
| 6062 | */ |
| 6063 | QVariantList DataModel::ProjectEditor::tableFolderTree() const |
| 6064 | { |
| 6065 | return buildFolderTree(DataModel::ProjectModel::instance().editorTableFolders(), -1); |
| 6066 | } |
| 6067 | |
| 6068 | /** |
| 6069 | * @brief Returns the folders and tables directly under @p parentFolderId (folders first); each |
nothing calls this directly
no test coverage detected