Add missing QRectF include
authorMohammed Sameer <msameer@foolab.org>
Thu, 25 Jul 2013 16:35:31 +0000 (19:35 +0300)
committerMohammed Sameer <msameer@foolab.org>
Thu, 25 Jul 2013 16:35:31 +0000 (19:35 +0300)
lib/qtcamroi.h

index d32c7f2..2c1e94b 100644 (file)
 #define QT_CAM_ROI_H
 
 #include <QObject>
+#include <QRectF>
 
 class QtCamDevice;
 class QtCamRoiPrivate;
-class QRectF;
 
 class QtCamRoi : public QObject {
   Q_OBJECT