-
Leander Schulten authored
Remove bug prone logic of the IDBase class. Now the class does not manages automatically all objects instances of the subclasses which has caused many problems. Now the Models are managed in a ModelManager singleton and for some classes the centralized model management gets removed(e.g. now the Program owns the DevicePrograms). The ModelVector is now the only QAbstractItemModel subclass. All other subclasses gets replaced by the ModelVector class.
75b68d99