diff -r 000000000000 -r 10bd509b235c geometry.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/geometry.h Wed Jan 16 15:45:19 2008 +0000 @@ -0,0 +1,10 @@ +#ifndef GEOMETRY_H +#define GEOMETRY_H + +#include + +QRectF addBBox(QRectF r1, QRectF r2); +bool inBox(const QPointF &p, const QRectF &box); + + +#endif