#pragma once #include #include struct pad_device_info { std::string name; bool is_connected{false}; }; Q_DECLARE_METATYPE(pad_device_info)