Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed May 23, 2024
1 parent db52f97 commit f970605
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/gui.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 <[email protected]>
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 "gui.hpp"

using namespace std::string_literals;
Expand Down
21 changes: 21 additions & 0 deletions src/gui.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 <[email protected]>
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/widgets/widget.hpp>
Expand Down

0 comments on commit f970605

Please sign in to comment.