add documentation ConductorNumExport function

This commit is contained in:
Simon De Backer 2020-07-12 22:52:36 +02:00 committed by Laurent Trinques
parent 169c440de1
commit 09207eec92

View File

@ -104,6 +104,10 @@ QString ConductorNumExport::wiresNum() const
return csv; return csv;
} }
/**
* @brief ConductorNumExport::fillHash
* @value m_hash
*/
void ConductorNumExport::fillHash() void ConductorNumExport::fillHash()
{ {
//We used this rx to avoid insert num composed only withe white space. //We used this rx to avoid insert num composed only withe white space.