Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Aug 27, 2024
1 parent 019c6f2 commit f7116d2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bedsidemon/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class application : public ruisapp::application

static application& inst()
{
// NOLINTNEXTLINE(cppcoreguidelines-pro-type-static-cast-downcast, "here we are 100% sure the cast is safe")
return static_cast<application&>(ruisapp::application::inst());
}

Expand Down
21 changes: 21 additions & 0 deletions src/bedsidemon/settings_menu.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/* ================ LICENSE END ================ */

#include "settings_menu.hpp"

using namespace bedsidemon;
Expand Down
21 changes: 21 additions & 0 deletions src/bedsidemon/settings_menu.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/* ================ LICENSE END ================ */

#pragma once

#include <ruis/widget/label/nine_patch.hpp>
Expand Down

0 comments on commit f7116d2

Please sign in to comment.