mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:50:36 +02:00
Fix some dates and no newline at EOF
This commit is contained in:
parent
f7c324c017
commit
20fa78e51d
13 changed files with 22 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
@ -14,6 +14,7 @@ class MyAvatarHeadTransformNode : public TransformNode {
|
||||||
public:
|
public:
|
||||||
MyAvatarHeadTransformNode() { }
|
MyAvatarHeadTransformNode() { }
|
||||||
Transform getTransform() override;
|
Transform getTransform() override;
|
||||||
|
QVariantMap toVariantMap() const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_MyAvatarHeadTransformNode_h
|
#endif // hifi_MyAvatarHeadTransformNode_h
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 7/16/2018
|
// Created by Sabrina Shanman 2018/07/16
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 7/11/2018
|
// Created by Sabrina Shanman 2018/07/11
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
@ -13,6 +13,7 @@
|
||||||
class MouseTransformNode : public TransformNode {
|
class MouseTransformNode : public TransformNode {
|
||||||
public:
|
public:
|
||||||
Transform getTransform() override;
|
Transform getTransform() override;
|
||||||
|
QVariantMap toVariantMap() const override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // hifi_MouseTransformNode_h
|
#endif // hifi_MouseTransformNode_h
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 9/5/2018
|
// Created by Sabrina Shanman 2018/09/05
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 9/5/2018
|
// Created by Sabrina Shanman 2018/09/05
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/22/2018
|
// Created by Sabrina Shanman 2018/08/22
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/22/2018
|
// Created by Sabrina Shanman 2018/08/22
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Created by Sabrina Shanman 8/14/2018
|
// Created by Sabrina Shanman 2018/08/14
|
||||||
// Copyright 2018 High Fidelity, Inc.
|
// Copyright 2018 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
|
Loading…
Reference in a new issue