mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Fix various typos in source documentation and comments
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
1eed13c617
commit
a76e5446aa
@@ -58,7 +58,7 @@ QVector <QPointer<Element>> ElementProvider::freeElement(ElementData::Types filt
|
||||
QVector<QPointer<Element>> free_elmt;
|
||||
QList<Element *> elmt_list;
|
||||
|
||||
//serch in all diagram
|
||||
//search in all diagram
|
||||
for (const auto &diagram_ : qAsConst(m_diagram_list))
|
||||
{
|
||||
//get all element in diagram d
|
||||
@@ -124,7 +124,7 @@ QVector<QPointer<Element>> ElementProvider::find(ElementData::Types elmt_type) c
|
||||
@brief ElementProvider::table
|
||||
@param table
|
||||
@param model
|
||||
@return All tables wich display the derivated class of model (if set)
|
||||
@return All tables which display the derivated class of model (if set)
|
||||
and not already in all the chain of next/previous table of table (if set)
|
||||
If table and model are nullptr, return every tables
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user