moved xray higher on the list of containers during installation

This commit is contained in:
vladimir.kuznetsov 2024-07-02 22:00:28 +02:00
parent 2bceb9f7ba
commit cf8492240e
6 changed files with 29 additions and 2 deletions

View file

@ -31,7 +31,9 @@ public:
IsCurrentlyProcessedRole,
IsDefaultRole,
IsSupportedRole,
IsShareableRole
IsShareableRole,
InstallPageOrderRole
};
int rowCount(const QModelIndex &parent = QModelIndex()) const override;