Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Jan 23, 2025
1 parent 7ff5fcd commit e2e5c99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bedsidemon/dialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

namespace ruis {

// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this, "false positive")
class dialog :
virtual public widget, //
private container
Expand Down
1 change: 1 addition & 0 deletions src/bedsidemon/rectangle_button.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

namespace ruis {

// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this, "false positive")
class rectangle_button :
virtual public button, //
// no reason to make rectangle inheritance private
Expand Down
1 change: 1 addition & 0 deletions src/bedsidemon/spo2/spo2_parameter_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

namespace bedsidemon {

// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this, "false positive")
class spo2_parameter_window :
virtual public ruis::widget, //
public ruis::color_widget,
Expand Down
2 changes: 2 additions & 0 deletions src/bedsidemon/spo2/spo2_parameter_window_menu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "../menu.hpp"

namespace bedsidemon {

// NOLINTNEXTLINE(bugprone-incorrect-enable-shared-from-this, "false positive")
class spo2_parameter_window;

class spo2_parameter_window_menu : public menu
Expand Down

0 comments on commit e2e5c99

Please sign in to comment.