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

Method protoFileName

app/src/DataModel/Importers/ProtoImporter.cpp:857–860  ·  view source on GitHub ↗

* @brief Returns the file name (without directory) of the loaded proto file. */

Source from the content-addressed store, hash-verified

855 * @brief Returns the file name (without directory) of the loaded proto file.
856 */
857QString DataModel::ProtoImporter::protoFileName() const
858{
859 return QFileInfo(m_protoFilePath).fileName();
860}
861
862/**
863 * @brief Returns a "N: QualifiedName (X fields)" string for the preview message list.

Callers

nothing calls this directly

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected