QString code = p_settings;QLinkedList<QString> list;const auto it = std::find(list.cbegin(), list.cend(), code);if (it != list.end()) {....}