MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / dbcFileName

Method dbcFileName

app/src/DataModel/Importers/DBCImporter.cpp:83–86  ·  view source on GitHub ↗

* @brief Returns the file name of the loaded DBC file. */

Source from the content-addressed store, hash-verified

81 * @brief Returns the file name of the loaded DBC file.
82 */
83QString 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.

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected