* @brief Returns the file name of the loaded DBC file. */
| 81 | * @brief Returns the file name of the loaded DBC file. |
| 82 | */ |
| 83 | QString DataModel::DBCImporter::dbcFileName() const |
| 84 | { |
| 85 | return QFileInfo(m_dbcFilePath).fileName(); |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @brief Returns a formatted "N: Name @ 0xID (X signals)" string. |