#pragma once #include struct DeviceDetails { QString hwid; QString os; QString osVersion; QString model; }; DeviceDetails GetDeviceDetails();