| 47 | void setCurrentAction(SelectedAction action); |
| 48 | |
| 49 | inline RoomType getNewRoomType() const |
| 50 | { return mNewRoomType; } |
| 51 | |
| 52 | inline void setNewRoomType(RoomType newRoomType) |
| 53 | { mNewRoomType = newRoomType; } |
no outgoing calls
no test coverage detected