mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +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
|
||||
conductors.
|
||||
*/
|
||||
inline QPointF Terminal::dockConductor() const {
|
||||
QPointF Terminal::dockConductor() const {
|
||||
return(mapToScene(d->m_pos));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user