[libcalamaresui] Expose currentStepIndex

main
Adriaan de Groot 5 years ago
parent b271ed19b7
commit b8962cec2d

@ -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.

Loading…
Cancel
Save