added a missing include
This commit is contained in:
parent
45c93e47f0
commit
eecaf72e1b
|
|
@ -1,5 +1,6 @@
|
||||||
#ifndef DEVICE_TO_LOGICAL_H
|
#ifndef DEVICE_TO_LOGICAL_H
|
||||||
#define DEVICE_TO_LOGICAL_H
|
#define DEVICE_TO_LOGICAL_H
|
||||||
|
#include <QWidget>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
template < class ValueType>
|
template < class ValueType>
|
||||||
inline ValueType QTLogicalToDevice( QWidget *qw, const ValueType &value)
|
inline ValueType QTLogicalToDevice( QWidget *qw, const ValueType &value)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue