| 84 | } |
| 85 | |
| 86 | EnvironmentProfileList::EnvironmentProfileList(const EnvironmentProfileList& rhs) |
| 87 | : d_ptr(new EnvironmentProfileListPrivate(*rhs.d_ptr)) |
| 88 | { |
| 89 | } |
| 90 | |
| 91 | EnvironmentProfileList& EnvironmentProfileList::operator=(const EnvironmentProfileList& rhs) |
| 92 | { |