diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-03-22 20:48:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-03-22 20:48:17 +0100 |
commit | 3089c4bbc10e98d18f43e8a70e7a3d0c0eaf0900 (patch) | |
tree | c6f985472c05372417ecd4a861f6c2f346b63fd3 /FaceTrackNoIR/spot.h | |
parent | 3e1515e88c6f750c193ed9b9908d8a9c09e5b025 (diff) |
Downcase. PLEASE TURN OFF IGNORING CASE IN GIT CONFIG!!!
.git/config:
[core]
ignorecase = false
Diffstat (limited to 'FaceTrackNoIR/spot.h')
-rw-r--r-- | FaceTrackNoIR/spot.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/FaceTrackNoIR/spot.h b/FaceTrackNoIR/spot.h deleted file mode 100644 index 38518c74..00000000 --- a/FaceTrackNoIR/spot.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __SPOT_H__
-#define __SPOT_H__
-
-class Spot {
-
-private:
- QPoint distance;
- QPoint position;
- QImage image;
- QRect target;
- QRect source;
-
-public:
- Spot();
-
- void setDistance(QPoint distance);
- QPoint getDistance();
-
- void setPosition(QPoint position);
- QPoint getPosition();
-
- QRect getTarget();
- QRect getSource();
- QImage getImage();
-};
-
-#endif
\ No newline at end of file |