mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Add the new element type : thumbnail
This type must be used for element who goal is to display a thumbnail/front view of an element, notably used for cabinet contents view and placement.
This commit is contained in:
@@ -1306,6 +1306,12 @@ void Element::initLink(QETProject *prj)
|
||||
tmp_uuids_link.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Element::linkTypeToString
|
||||
* \deprecated use instead ElementData::typeToString
|
||||
* \todo remove this function
|
||||
* @return
|
||||
*/
|
||||
QString Element::linkTypeToString() const
|
||||
{
|
||||
switch (m_link_type)
|
||||
|
||||
Reference in New Issue
Block a user