Manager: Add machine deletion
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
[[nodiscard]] QVariant headerData(int section, Qt::Orientation orientation,
|
||||
int role) const override;
|
||||
void addConfigToModel(VMManagerSystem *system_config);
|
||||
void removeConfigFromModel(VMManagerSystem *system_config);
|
||||
|
||||
[[nodiscard]] VMManagerSystem * getConfigObjectForIndex(const QModelIndex &index) const;
|
||||
QModelIndex getIndexForConfigFile(const QFileInfo& config_file);
|
||||
|
||||
Reference in New Issue
Block a user