UIKit0 / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 0 forks source link

XmlIOBase enumerator should not be used inside the database #319

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    XmlIOBase(QObject *parent = 0);
    // DO NOT MODIFY ORDER (USED IN DATABASE)
    enum TypeOfContent { 
         ....
    }

This enum should be transformed to a string when accessing the database.

Original issue reported on code.google.com by eric.mae...@gmail.com on 2 May 2013 at 7:57