Removed most inline functions and assorted cleanup to libglabels source.
This commit is contained in:
@@ -34,6 +34,18 @@ namespace glabels
|
||||
}
|
||||
|
||||
|
||||
Distance Point::x() const
|
||||
{
|
||||
return mX;
|
||||
}
|
||||
|
||||
|
||||
Distance Point::y() const
|
||||
{
|
||||
return mY;
|
||||
}
|
||||
|
||||
|
||||
bool Point::operator<( const Point &other ) const
|
||||
{
|
||||
if ( mY < other.mY )
|
||||
|
||||
Reference in New Issue
Block a user