Added author tag, added missing return statement.

Former-commit-id: 4d0a29a8ba3d33de6f86b90a4eaf2f0de12ea59a
This commit is contained in:
Tim Niggemann
2014-07-16 16:21:11 +02:00
parent b055578759
commit f76b5ffbd8
2 changed files with 9 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ public:
* Framegrabber must be limited to 10 Hz / numer of lights to avoid rate limitation by the hue bridge.
* Create a new API user name "newdeveloper" on the bridge (http://developers.meethue.com/gettingstarted.html)
*
* @author ntim (github)
* @author ntim (github), bimsarck (github)
*/
class LedDevicePhilipsHue: public QObject, public LedDevice {
Q_OBJECT
@@ -187,7 +187,6 @@ private:
///
float crossProduct(ColorPoint p1, ColorPoint p2);
///
/// @param lamp the hue lamp instance
///
@@ -197,7 +196,6 @@ private:
///
bool isPointInLampsReach(HueLamp lamp, ColorPoint p);
///
/// @param a reference point one
///