[libcalamaresui] Expose currentStepIndex

This commit is contained in:
Adriaan de Groot 2020-03-30 13:11:08 +02:00
parent b271ed19b7
commit b8962cec2d

View File

@ -37,6 +37,8 @@ namespace Calamares
class UIDLLEXPORT ViewManager : public QAbstractListModel
{
Q_OBJECT
Q_PROPERTY( int currentStepIndex READ currentStepIndex NOTIFY currentStepChanged FINAL )
public:
/**
* @brief instance access to the ViewManager singleton.