Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetil_matheussen committed Feb 26, 2024
1 parent e97b402 commit 19a708b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Qt/Qt_patch_widget_callbacks.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ class Patch_widget : public QWidget, public GL_PauseCaller, public Ui::Patch_wid

setup_popup_menus_and_stuff();

#if 0
IsAlive is_alive(this);

locked_instrument->_hovered_callback = [is_alive](bool do_enter){
Expand Down Expand Up @@ -228,6 +229,7 @@ class Patch_widget : public QWidget, public GL_PauseCaller, public Ui::Patch_wid
}
}
};
#endif

updateWidgets();
initing = false;
Expand Down

0 comments on commit 19a708b

Please sign in to comment.