remove inline, because it creates compile issues in release mode. see #48

This commit is contained in:
Martin Marmsoler
2020-06-14 10:05:58 +02:00
committed by Laurent Trinques
parent 3bac452141
commit 81992bc777

View File

@@ -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));
}