[libcalamaresui] Expose currentStepIndex
This commit is contained in:
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…
Reference in New Issue
Block a user