diff --git a/runner17/QUserInfo.dll b/runner17/QUserInfo.dll index 06c35d0..6c60272 100644 Binary files a/runner17/QUserInfo.dll and b/runner17/QUserInfo.dll differ diff --git a/runner17/QUserInfod.dll b/runner17/QUserInfod.dll index 927654e..34129e2 100644 Binary files a/runner17/QUserInfod.dll and b/runner17/QUserInfod.dll differ diff --git a/runner17/lpCoreCtrl.dll b/runner17/lpCoreCtrl.dll index 17abf53..a13a722 100644 Binary files a/runner17/lpCoreCtrl.dll and b/runner17/lpCoreCtrl.dll differ diff --git a/runner17/lpCoreCtrld.dll b/runner17/lpCoreCtrld.dll index 0ac15c6..cc5d661 100644 Binary files a/runner17/lpCoreCtrld.dll and b/runner17/lpCoreCtrld.dll differ diff --git a/runner17/tpCam_140.dll b/runner17/tpCam_140.dll index 4920a9f..7133c32 100644 Binary files a/runner17/tpCam_140.dll and b/runner17/tpCam_140.dll differ diff --git a/runner17/tpCam_140d.dll b/runner17/tpCam_140d.dll index a5c3482..5b8b31d 100644 Binary files a/runner17/tpCam_140d.dll and b/runner17/tpCam_140d.dll differ diff --git a/runner17/tpCam_160.dll b/runner17/tpCam_160.dll index 90f70fd..10de5b8 100644 Binary files a/runner17/tpCam_160.dll and b/runner17/tpCam_160.dll differ diff --git a/runner17/tpCam_160d.dll b/runner17/tpCam_160d.dll index d5d4148..ec94249 100644 Binary files a/runner17/tpCam_160d.dll and b/runner17/tpCam_160d.dll differ diff --git a/src/tpMain/ModelTableView.cpp b/src/tpMain/ModelTableView.cpp index 754ada3..39c406a 100644 --- a/src/tpMain/ModelTableView.cpp +++ b/src/tpMain/ModelTableView.cpp @@ -68,15 +68,11 @@ QVariant ModelsModel::data(const QModelIndex &index, int role /*= Qt::DisplayRol QString str = m_lstHeader.at(nCol); if ("modelID" == str || "modelID_detect" == str) { QString strModel = m_list.at(nRow); -// if (!m_pData->contains(strModel)) -// return QVariant(); if (m_pData->contains(strModel)) return m_pData->value(strModel)->getModelID(); } else if ("count" == str) { QString strModel = m_list.at(nRow); -// if (!m_pData->contains(strModel)) -// return QVariant(); if (m_pData->contains(strModel)) return m_pData->value(strModel)->getCount(); }