fix parsing of binary train proparties
This commit is contained in:
@ -46,8 +46,6 @@ void ItemStore::jsReqNewItem()
|
||||
if(items_.empty())
|
||||
return;
|
||||
|
||||
qDebug()<<__func__<<"new item requested";
|
||||
|
||||
std::vector<std::shared_ptr<TrainJs>> joysticks = TrainJs::getJsDevices();
|
||||
for(auto joystick: joysticks)
|
||||
{
|
||||
|
Reference in New Issue
Block a user