286a // Insure uint is used if uint is required. if (types.at(i) == QMetaType::type("uint")) args[i] = QVariant((uint) args.at(i).toUInt(0)); .