| 1230 | } |
| 1231 | |
| 1232 | int |
| 1233 | Project::getProjectViewsCount() const |
| 1234 | { |
| 1235 | std::list<std::vector<std::string> > pairs; |
| 1236 | |
| 1237 | _imp->viewsList->getTable(&pairs); |
| 1238 | |
| 1239 | return (int)pairs.size(); |
| 1240 | } |
| 1241 | |
| 1242 | bool |
| 1243 | Project::isGPURenderingEnabledInProject() const |
no test coverage detected