Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
supercamera.h
Go to the documentation of this file.
1 #ifndef SUPERCAMERA_H
2 #define SUPERCAMERA_H
3 
4 #include <QGLCamera>
5 
6 class SuperCamera : public QGLCamera
7 {
8  Q_OBJECT
9 public:
10  explicit SuperCamera(QObject *parent = 0);
11 
12 signals:
13 
14 public slots:
15 
16 };
17 
18 #endif // SUPERCAMERA_H