[calamares] A progresstree isn't a tree

This commit is contained in:
Adriaan de Groot 2022-04-20 11:15:43 +02:00
parent 7b22546b14
commit e757639669

View File

@ -14,8 +14,11 @@
#include <QListView>
/**
* @brief The ProgressTreeView class is a modified QTreeView which displays the
* @brief Displays progress through the list of (visible) steps
*
* The ProgressTreeView class is a modified QListView which displays the
* available view steps and the user's progress through them.
* Since Calamares doesn't support "sub steps", it isn't really a tree.
*/
class ProgressTreeView : public QListView
{