- Timestamp:
- 05/05/10 15:56:57 (13 years ago)
- Branches:
- master, qt5
- Children:
- 0d995ed
- Parents:
- cec47c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mvc/room.h
rcec47c6 r58eb7cc 35 35 QString name() const { return value("name").toString(); } 36 36 void setName(const QString & type) { setValue("name", type); } 37 // TODO: make naming consistent - either "picture" or "map" 38 QVariant map() const { return value("picture"); } 37 39 int insert(); 38 40 public:
Note: See TracChangeset
for help on using the changeset viewer.