Task #30
Updated by Felix Tiede over 13 years ago
Using references Just inserting a row into a QSqlTableModel and asking for the row where it is expected does not work properly, rows are probably resorted after committing. Thus each object copies must store itself properly and asynchronously. This might cause problems when updating models. Thus objects using model-driven objects like authorities use policies should probably be rewritten make it necessary to just use pointers or proxy filters convert object parameters from const references to access the objects just-in-time. pointers. I am currently not sure, if and how this will be solved.