- Timestamp:
- 09/04/12 20:40:25 (10 years ago)
- Branches:
- master, qt5
- Children:
- 61346c9
- Parents:
- 253ad0e
- Location:
- src/mvc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/conference.h
r253ad0e r8d6798d 25 25 #include <QStringList> 26 26 27 #include <ormrecord.h>27 #include "ormrecord.h" 28 28 29 29 class Conference : public OrmRecord<Conference> -
src/mvc/event.h
r253ad0e r8d6798d 25 25 #include <QStringList> 26 26 27 #include <ormrecord.h>27 #include "ormrecord.h" 28 28 29 29 class Room; -
src/mvc/room.h
r253ad0e r8d6798d 22 22 #define ROOM_H_ 23 23 24 #include <ormrecord.h>24 #include "ormrecord.h" 25 25 26 26 class Room : public OrmRecord<Room> -
src/mvc/track.h
r253ad0e r8d6798d 22 22 #define TRACK_H_ 23 23 24 #include <ormrecord.h>24 #include "ormrecord.h" 25 25 26 26 class Track : public OrmRecord<Track>
Note: See TracChangeset
for help on using the changeset viewer.