Changeset 5def683
- Timestamp:
- 08/27/17 22:57:52 (5 years ago)
- Branches:
- master, qt5
- Children:
- 81e085d
- Parents:
- bd11472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/track.cpp
rbd11472 r5def683 31 31 << QSqlField(NAME, QVariant::String)); 32 32 33 class TrackInsertException : OrmSqlException33 class TrackInsertException : public OrmSqlException 34 34 { 35 35 public:
Note: See TracChangeset
for help on using the changeset viewer.