| 1330 | } |
| 1331 | |
| 1332 | int |
| 1333 | Project::getProjectViewsCount() const |
| 1334 | { |
| 1335 | std::list<std::vector<std::string> > pairs; |
| 1336 | |
| 1337 | _imp->viewsList->getTable(&pairs); |
| 1338 | |
| 1339 | return (int)pairs.size(); |
| 1340 | } |
| 1341 | |
| 1342 | bool |
| 1343 | Project::isGPURenderingEnabledInProject() const |
no test coverage detected