added include point2 of vcg library
This commit is contained in:
parent
c5d79ea704
commit
398f313495
|
@ -2,6 +2,8 @@
|
|||
#define DEVICE_TO_LOGICAL_H
|
||||
#include <QWidget>
|
||||
#include <QPainter>
|
||||
#include <vcg/space/point2.h>
|
||||
|
||||
template < class ValueType>
|
||||
inline ValueType QTLogicalToDevice( QWidget *qw, const ValueType &value)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue