mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
remove inline, because it creates compile issues in release mode. see #48
This commit is contained in:
committed by
Laurent Trinques
parent
3bac452141
commit
81992bc777
@@ -774,7 +774,7 @@ bool Terminal::fromXml(QDomElement &terminal) {
|
|||||||
@return the position, relative to the scene, of the docking point for
|
@return the position, relative to the scene, of the docking point for
|
||||||
conductors.
|
conductors.
|
||||||
*/
|
*/
|
||||||
inline QPointF Terminal::dockConductor() const {
|
QPointF Terminal::dockConductor() const {
|
||||||
return(mapToScene(d->m_pos));
|
return(mapToScene(d->m_pos));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user