* @brief Returns the file name (without directory) of the loaded proto file. */
| 855 | * @brief Returns the file name (without directory) of the loaded proto file. |
| 856 | */ |
| 857 | QString 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. |