clang-tidy example-app
This commit is contained in:
parent
dcbeb26738
commit
1e1c328a5a
@ -17,7 +17,7 @@ ExampleScene::ExampleScene(Qtk::Scene * scene) : Qtk::SceneInterface(scene) {
|
||||
getCamera().getTransform().setRotation(-5.0f, 0.0f, 1.0f, 0.0f);
|
||||
}
|
||||
|
||||
ExampleScene::~ExampleScene() {}
|
||||
ExampleScene::~ExampleScene() = default;
|
||||
|
||||
void ExampleScene::init() {
|
||||
auto skybox = new Qtk::Skybox("Skybox");
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
class ExampleScene : public Qtk::SceneInterface {
|
||||
public:
|
||||
ExampleScene(Qtk::Scene * scene);
|
||||
explicit ExampleScene(Qtk::Scene * scene);
|
||||
|
||||
~ExampleScene();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user