utils.h
tValueF ComputeTopSpeed(const tValue& _topspeed,const tValue& _tsp1,const tValue& _tsp2,const tValue& _tsp3,const tPercent& _topspeedSum, const tPercent& _accelerationSum,
const tPercent& _handlingSum);
Ccar.h
QString _brand, _speedAPIBrand;
QString _type, _speedAPIType;
tValue _topspeed;
tValue _tsp1; (Ccar::_tsp1)
tValue _tsp2;
tValue _tsp3;
tValue _acceleration;
tValue _acc1;
tValue _acc2;
tValue _acc3;
tValue _handling;
tValue _hnd1;
tValue _hnd2;
tValue _hnd3;
tID _id;
Acquirable _acquirable;
tIGC _value;
QStringList _images;
bool _isReworked;
parameter _tsp1 chcem odkazovat z triedy Ccar.h (Ccar::_tsp1) .Do return funkcie/parametra nejde vlozit Funkcia::meno iba meno.
Tak aby sa z funkcie tValueF ComputeTopSpeed kazdy parameter vo vnutri odkazoval na Ccar.h
Vo ComputeTopSpeed(const... )
Ked tam dam const tValue Ccar::_tsp1, tak kompiler ukaze : error C2653: 'Ccar' : is not a class or namespace name